mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 01:26:42 -05:00
Fix PeriodicallyFlushingMemoryHandler inhibiting application shutdown (#10517)
This commit is contained in:
parent
6878e10653
commit
903db99ed5
2 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class PeriodicallyFlushingMemoryHandler(MemoryHandler):
|
|||
self._flushing_thread: Thread = Thread(
|
||||
name="PeriodicallyFlushingMemoryHandler flushing thread",
|
||||
target=self._flush_periodically,
|
||||
daemon=True,
|
||||
)
|
||||
self._flushing_thread.start()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue