diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-08-03 10:55:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 10:55:21 +0200 |
commit | ac2dbb3513b2e6ff24624f30a2a8b1bd51bdabc5 (patch) | |
tree | b877de384a03ce1beb29d2887415c5e14621a6f0 /dendrite-sample.polylith.yaml | |
parent | df5d4dc7a36f7fe5ec17f9da81c535d5c01bd505 (diff) |
Add Cache-Control header to media endpoints (#2612)
* Add Cache-Control header
* Raise rate_limiting threshold to 20
Diffstat (limited to 'dendrite-sample.polylith.yaml')
-rw-r--r-- | dendrite-sample.polylith.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite-sample.polylith.yaml b/dendrite-sample.polylith.yaml index 55061122..4784dbaf 100644 --- a/dendrite-sample.polylith.yaml +++ b/dendrite-sample.polylith.yaml @@ -195,7 +195,7 @@ client_api: # and appservice users are exempt from rate limiting by default. rate_limiting: enabled: true - threshold: 5 + threshold: 20 cooloff_ms: 500 exempt_user_ids: # - "@user:domain.com" |