summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2022-02-14 10:21:00 -0800
committerH. Shay <hillerys@element.io>2022-02-14 10:21:00 -0800
commit9c4563c5cd97dbcfe3eb43e05b30ca3c830d6937 (patch)
treefff1d71e3bb288b02aef6139fee376a885f5b13f /docs
parent Require that modules register their callbacks using keyword arguments. (#11975) (diff)
downloadsynapse-9c4563c5cd97dbcfe3eb43e05b30ca3c830d6937.tar.xz
remove empty file, reword/rename newsfragment, and add line to upgrade doc
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index 25a86c08e6..a5da0076c6 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -117,6 +117,7 @@ Formerly, entries in the cache were not evicted regardless of whether they were
 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.  
+The `expiry_time` flag will still continue to work, but it has been deprecated and will be removed in the future.
 
 ## Deprecation of `capability` `org.matrix.msc3283.*`