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

Commit

Permalink
Lower numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Feb 11, 2021
1 parent 7576361 commit b8b86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/config/ratelimiting.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def read_config(self, config, **kwargs):
# Note that this isn't exposed in the configuration as it is obscure.
self.rc_key_requests = RateLimitConfig(
config.get("rc_key_requests", {}),
defaults={"per_second": 250, "burst_count": 500},
defaults={"per_second": 20, "burst_count": 100},
)

def generate_config_section(self, **kwargs):
Expand Down

0 comments on commit b8b86be

Please sign in to comment.