mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 14:30:28 -04:00
Add types to synapse.util. (#10601)
This commit is contained in:
parent
ceab5a4bfa
commit
524b8ead77
41 changed files with 400 additions and 253 deletions
|
@ -734,9 +734,9 @@ class TestTransportLayerServer(JsonResource):
|
|||
FederationRateLimitConfig(
|
||||
window_size=1,
|
||||
sleep_limit=1,
|
||||
sleep_msec=1,
|
||||
sleep_delay=1,
|
||||
reject_limit=1000,
|
||||
concurrent_requests=1000,
|
||||
concurrent=1000,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue