mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
Update profile cache only on master
and same for the profile replication
This commit is contained in:
parent
b4b7c80181
commit
22e416b726
1 changed files with 3 additions and 5 deletions
|
@ -45,8 +45,6 @@ class ProfileHandler(BaseHandler):
|
|||
|
||||
self.http_client = hs.get_simple_http_client()
|
||||
|
||||
self.clock.looping_call(self._update_remote_profile_cache, self.PROFILE_UPDATE_MS)
|
||||
|
||||
if hs.config.worker_app is None:
|
||||
self.clock.looping_call(
|
||||
self._update_remote_profile_cache, self.PROFILE_UPDATE_MS,
|
||||
|
|
Loading…
Reference in a new issue