diff options
author | Neil Johnson <neil@matrix.org> | 2019-10-24 11:48:46 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-24 11:48:46 +0100 |
commit | 2794b79052f96b8103ce2b710959853313a82e90 (patch) | |
tree | c7741a1e807878cba3a13d7fe90f79e0dc308db4 /changelog.d | |
parent | Cleanup extra quotes from IDEs (#6236) (diff) | |
download | synapse-2794b79052f96b8103ce2b710959853313a82e90.tar.xz |
Option to suppress resource exceeded alerting (#6173)
The expected use case is to suppress MAU limiting on small instances
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6173.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6173.feature b/changelog.d/6173.feature new file mode 100644 index 0000000000..b1cabc322b --- /dev/null +++ b/changelog.d/6173.feature @@ -0,0 +1 @@ +Add config option to suppress client side resource limit alerting. |