Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HH-237442' into EXP-102139
Browse files Browse the repository at this point in the history
  • Loading branch information
HH ReleaseBot committed Nov 11, 2024
2 parents 2d78c9f + 440dcf5 commit ee0ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontik/tornado_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class FrontikTornadoServerRequest(httputil.HTTPServerRequest):
def __init__(self, *args, **kwargs) -> None: # type: ignore
super().__init__(*args, **kwargs)
self.body_chunks: asyncio.Queue = asyncio.Queue(maxsize=100)
self.body_chunks: asyncio.Queue = asyncio.Queue(maxsize=100000)
self.request_id = None
self.finished = False

0 comments on commit ee0ab2b

Please sign in to comment.