mirror of https://github.com/zulip/zulip.git
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:
parent
6cee57b356
commit
0e0b95ce83
|
@ -149,7 +149,7 @@ def gc_event_queues():
|
|||
len(clients)))
|
||||
|
||||
PERSISTENT_QUEUE_FILENAME = os.path.join(os.path.dirname(__file__),
|
||||
"..", "event_queues.pickle")
|
||||
"..", "..", "event_queues.pickle")
|
||||
|
||||
def dump_event_queues():
|
||||
start = time.time()
|
||||
|
|
Loading…
Reference in New Issue