On 1/11/18, Dingyuan Wang <[email protected]> wrote: > Hi, > > When I committed a large blob, I can't sync with my server, which uses > nginx for reverse proxy. > "server says: 413 Request Entity Too Large"
Several options: (1) Adjust your nginx settings to allow larger requests :-) (2) For the initial sync of your big blob, use the "ssh:" method, which should not have size limits. Do you have ssh access to your server from your development machine? Once you get the big blob on the server, it should sync much better from then on, since it will usually send diffs rather than the whole blob. (3) Long-term - we need to enhance the sync protocol to allow splitting up big blobs and sending them incrementally across multiple requests. This issue has come up before, but sufficiently infrequently that it has not yet generated enough pressure to provoke the time investment for a proper fix. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

