]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: increase the http.maxRequestBuffer to 100MB
authorXiubo Li <xiubli@redhat.com>
Wed, 7 Aug 2024 03:43:10 +0000 (11:43 +0800)
committerVenky Shankar <vshankar@redhat.com>
Tue, 26 Nov 2024 05:13:18 +0000 (10:43 +0530)
commit6f3c8ee1e6893ef41cbc23514761d37774f01190
tree8041e96d375c6f076c3e34a79f7006e27a8d648b
parent0957a577c34fafe96fff2a7206556073f3346a19
qa: increase the http.maxRequestBuffer to 100MB

Set to change the largest ref negotiation request that git will
handle during a fetch. The default value is 10MB and any fetch
requiring a larger buffer will not succeed.

This value should not normally need to be changed, but may be
helpful if you are fetching from a repository with an extremely
large number of refs.

Fixes: https://tracker.ceph.com/issues/66991
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 1d25782903e8b43fc97bc19ab3bf033196ec2122)
qa/workunits/fs/snaps/snaptest-git-ceph.sh