mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
parent
6cb0b8b048
commit
96769a229c
1 changed files with 3 additions and 1 deletions
|
@ -160,7 +160,9 @@ class DeviceWorkerStore(RoomMemberWorkerStore, EndToEndKeyWorkerStore):
|
|||
prefilled_cache=device_list_federation_prefill,
|
||||
)
|
||||
|
||||
if hs.config.worker.run_background_tasks:
|
||||
# vdh,rei 2023-10-13: disable because it is eating DB
|
||||
# https://github.com/matrix-org/synapse/issues/16480
|
||||
if False and hs.config.worker.run_background_tasks:
|
||||
self._clock.looping_call(
|
||||
self._prune_old_outbound_device_pokes, 60 * 60 * 1000
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue