Skip to content

Commit

Permalink
Drop 4mb buffer for proxied requests
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed May 10, 2022
1 parent 3abec97 commit f684e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform_registry_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ async def on_request_redirect(
aiohttp.ClientSession(
trace_configs=[trace_config] + make_tracing_trace_configs(config),
connector=aiohttp.TCPConnector(force_close=True),
read_bufsize=2**22, # 4mb buffer
)
)
app["v2_app"]["registry_client"] = session
Expand Down

0 comments on commit f684e87

Please sign in to comment.