trying longer timeout

This commit is contained in:
Bryce Covert
2020-12-09 11:43:01 -08:00
parent df601aed22
commit 173242f229
4 changed files with 176 additions and 13 deletions

View File

@@ -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))