This commit is contained in:
erikjohnston 2021-07-05 15:32:32 +00:00
parent 4065f10ce0
commit 8fad3c98c6
5 changed files with 104 additions and 86 deletions

View file

@ -3517,6 +3517,12 @@ caches:
per_cache_factors:
#get_users_who_share_room_with_user: 2.0
# Controls how long an entry can be in a cache without having been
# accessed before being evicted. Defaults to None, which means
# entries are never evicted based on time.
#
#expiry_time: 30m
## Database ##

View file

@ -703,6 +703,12 @@ caches:
per_cache_factors:
#get_users_who_share_room_with_user: 2.0
# Controls how long an entry can be in a cache without having been
# accessed before being evicted. Defaults to None, which means
# entries are never evicted based on time.
#
#expiry_time: 30m
## Database ##

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -895,6 +895,12 @@ caches:
per_cache_factors:
#get_users_who_share_room_with_user: 2.0
# Controls how long an entry can be in a cache without having been
# accessed before being evicted. Defaults to None, which means
# entries are never evicted based on time.
#
#expiry_time: 30m
## Database ##