Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
disable background updates
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 4, 2021
1 parent 2d44ee6 commit 1894419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/storage/background_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def __init__(self, hs: "HomeServer", database: "DatabasePool"):
self._all_done = False

def start_doing_background_updates(self) -> None:
return
run_as_background_process("background_updates", self.run_background_updates)

async def run_background_updates(self, sleep: bool = True) -> None:
Expand Down

0 comments on commit 1894419

Please sign in to comment.