Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
increase the max request size for test worker HSes
Browse files Browse the repository at this point in the history
... because it turns out some replication requests are bigger than 1234 bytes.
  • Loading branch information
richvdh committed Apr 23, 2021
1 parent 2054e6c commit 9849d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/replication/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def make_worker_hs(
config=worker_hs.config.server.listeners[0],
resource=resource,
server_version_string="1",
max_request_body_size=1234,
max_request_body_size=4096,
reactor=self.reactor,
)

Expand Down

0 comments on commit 9849d60

Please sign in to comment.