mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
Fix event queue pickle file location
The associated function was moved into zephyr.lib, but the file location was never updated. (imported from commit 24c3348533324b0af7c52d6a121eef8b00615275)
This commit is contained in:
@@ -149,7 +149,7 @@ def gc_event_queues():
|
|||||||
len(clients)))
|
len(clients)))
|
||||||
|
|
||||||
PERSISTENT_QUEUE_FILENAME = os.path.join(os.path.dirname(__file__),
|
PERSISTENT_QUEUE_FILENAME = os.path.join(os.path.dirname(__file__),
|
||||||
"..", "event_queues.pickle")
|
"..", "..", "event_queues.pickle")
|
||||||
|
|
||||||
def dump_event_queues():
|
def dump_event_queues():
|
||||||
start = time.time()
|
start = time.time()
|
||||||
|
|||||||
Reference in New Issue
Block a user