Skip to content

Commit

Permalink
CoinZoom: Change Poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyRoger committed Mar 29, 2021
1 parent a8c1f62 commit 8dadaa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Constants:
# Only used when nothing is received from WS
SHORT_POLL_INTERVAL = 5.0
# CoinZoom poll interval can't be too long since we don't get balances via websockets
LONG_POLL_INTERVAL = 20.0
LONG_POLL_INTERVAL = 8.0
# One minute should be fine for order status since we get these via WS
UPDATE_ORDER_STATUS_INTERVAL = 60.0
# 10 minute interval to update trading rules, these would likely never change whilst running.
Expand Down

0 comments on commit 8dadaa3

Please sign in to comment.