mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 01:56:02 -04:00
Enable cache time-based expiry by default (#11849)
This commit is contained in:
parent
4d7e74b2e5
commit
b2b971f28a
5 changed files with 50 additions and 11 deletions
|
@ -111,6 +111,13 @@ to:
|
|||
|
||||
Please update any relevant reverse proxy or firewall configurations appropriately.
|
||||
|
||||
## Time-based cache expiry is now enabled by default
|
||||
|
||||
Formerly, entries in the cache were not evicted regardless of whether they were accessed after storing.
|
||||
This behavior has now changed. By default entries in the cache are now evicted after 30m of not being accessed.
|
||||
To change the default behavior, go to the `caches` section of the config and change the `expire_caches` and
|
||||
`cache_entry_ttl` flags as necessary. Please note that these flags replace the `expiry_time` flag in the config.
|
||||
|
||||
## Deprecation of `capability` `org.matrix.msc3283.*`
|
||||
|
||||
The `capabilities` of MSC3283 from the REST API `/_matrix/client/r0/capabilities`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue