mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-19 00:01:11 +01:00
deploy: 7a5873277ef456e8446a05468ccae2d81e363977
This commit is contained in:
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…
x
Reference in New Issue
Block a user