Skip to content

Commit

Permalink
Merge pull request #57638 from yuvalif/wip-yuval-66033
Browse files Browse the repository at this point in the history
test/rgw/notifications: allow http server to buffer more requests

Reviewed-By: Casey Bodley <cbodley@ibm.com>
  • Loading branch information
yuvalif committed May 28, 2024
2 parents 700916c + 454f6f7 commit 73b55f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/rgw/bucket_notification/test_bn.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def __init__(self, addr, delay=0, cloudevents=False):
self.delay = delay
self.cloudevents = cloudevents
self.addr = addr
self.request_queue_size = 100
self.lock = threading.Lock()
ThreadingHTTPServer.__init__(self, addr, HTTPPostHandler)
log.info('http server created on %s', self.addr)
Expand Down

0 comments on commit 73b55f0

Please sign in to comment.