deploy: 7a5873277e
parent
4065f10ce0
commit
8fad3c98c6
|
|
@ -3517,6 +3517,12 @@ caches:
|
||||||
per_cache_factors:
|
per_cache_factors:
|
||||||
#get_users_who_share_room_with_user: 2.0
|
#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 ##
|
## Database ##
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -703,6 +703,12 @@ caches:
|
||||||
per_cache_factors:
|
per_cache_factors:
|
||||||
#get_users_who_share_room_with_user: 2.0
|
#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 ##
|
## Database ##
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -895,6 +895,12 @@ caches:
|
||||||
per_cache_factors:
|
per_cache_factors:
|
||||||
#get_users_who_share_room_with_user: 2.0
|
#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 ##
|
## Database ##
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue