]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/notifications: allow http server to buffer more requests 58569/head
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 22 May 2024 18:48:23 +0000 (18:48 +0000)
committerCasey Bodley <cbodley@redhat.com>
Fri, 12 Jul 2024 19:57:45 +0000 (15:57 -0400)
commit5e9406e2148a927e83cdf681858ecc1c503ce5d7
treeb133e8ad6a8f579e1dc45f327a67ea09376f6699
parentce26e9d15c6100916859edfc5b4500a05d6a7053
test/rgw/notifications: allow http server to buffer more requests

python doc:
https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn
say tha the default is 5

Fixes: https://tracker.ceph.com/issues/66033
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit 454f6f764f00e3da91af8fd616c4ad331a76d680)
src/test/rgw/bucket_notification/test_bn.py