##// END OF EJS Templates
docs: vcs_setup: add note about Git HTTP POST buffer...
Thomas De Schampheleire -
r7261:52f823b9 default
parent child Browse files
Show More
@@ -46,6 +46,15 b' Also make sure to comment out the follow'
46 threadpool_max_requests =
46 threadpool_max_requests =
47 use_threadpool =
47 use_threadpool =
48
48
49 Increasing Git HTTP POST buffer size
50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
52 If Git pushes fail with HTTP error code 411 (Length Required), you may need to
53 increase the Git HTTP POST buffer. Run the following command as the user that
54 runs Kallithea to set a global Git variable to this effect::
55
56 git config --global http.postBuffer 524288000
57
49
58
50 .. _waitress: http://pypi.python.org/pypi/waitress
59 .. _waitress: http://pypi.python.org/pypi/waitress
51 .. _gunicorn: http://pypi.python.org/pypi/gunicorn
60 .. _gunicorn: http://pypi.python.org/pypi/gunicorn
General Comments 0
You need to be logged in to leave comments. Login now