]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/rgw/notifications: allow http server to buffer more requests
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 22 May 2024 18:48:23 +0000 (18:48 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Wed, 22 May 2024 18:48:23 +0000 (18:48 +0000)
commit454f6f764f00e3da91af8fd616c4ad331a76d680
tree6ad020deca2ff63366b1f2c25dfe0172e9d701f3
parent7aec00165b4b073a25396fd0279151d2b2fa23fe
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>
src/test/rgw/bucket_notification/test_bn.py