forked from Drift/pvv-nixos-config
synapse: cache more event_auth
This commit is contained in:
@ -52,6 +52,12 @@ in {
|
|||||||
|
|
||||||
presence.enabled = false;
|
presence.enabled = false;
|
||||||
|
|
||||||
|
caches = {
|
||||||
|
per_cache_factors = {
|
||||||
|
_event_auth_cache = 2.0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
autocreate_auto_join_rooms = false;
|
autocreate_auto_join_rooms = false;
|
||||||
auto_join_rooms = [
|
auto_join_rooms = [
|
||||||
"#pvv:pvv.ntnu.no" # Main space
|
"#pvv:pvv.ntnu.no" # Main space
|
||||||
|
Reference in New Issue
Block a user