trying longer timeout
This commit is contained in:
@@ -454,6 +454,6 @@
|
||||
|
||||
|
||||
(mount/defstate running-balance-cache-worker
|
||||
:start (scheduler/every (* 5 60 1000) refresh-running-balance-cache)
|
||||
:start (scheduler/every (* 30 60 1000) refresh-running-balance-cache)
|
||||
:stop (scheduler/stop running-balance-cache-worker))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user