Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1

This commit is contained in:
Erik Johnston 2016-03-01 12:56:39 +00:00
parent 742ec37ca3
commit 910fc0f28f
3 changed files with 10 additions and 2 deletions

View file

@ -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(