diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-03 14:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 14:45:04 +0100 |
commit | 4b10880da363efed5d066191190237f1c64fddfd (patch) | |
tree | 4218a9f817ec47f000d31fad5c30ba7145e27d0e /changelog.d | |
parent | Include room ID in ignored EDU log messages (#10507) (diff) | |
download | synapse-4b10880da363efed5d066191190237f1c64fddfd.tar.xz |
Make sync response cache time configurable. (#10513)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10513.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10513.feature b/changelog.d/10513.feature new file mode 100644 index 0000000000..153b2df7b2 --- /dev/null +++ b/changelog.d/10513.feature @@ -0,0 +1 @@ +Add a configuration setting for the time a `/sync` response is cached for. |