mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1
This commit is contained in:
parent
742ec37ca3
commit
910fc0f28f
3 changed files with 10 additions and 2 deletions
|
@ -130,6 +130,10 @@ class PresenceHandler(BaseHandler):
|
|||
for state in active_presence
|
||||
}
|
||||
|
||||
metrics.register_callback(
|
||||
"user_to_current_state_size", lambda: len(self.user_to_current_state)
|
||||
)
|
||||
|
||||
now = self.clock.time_msec()
|
||||
for state in active_presence:
|
||||
self.wheel_timer.insert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue