mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 17:51:22 +08:00
tweaked
This commit is contained in:
@@ -18,8 +18,8 @@ log = Logger('Trade Simulation')
|
||||
|
||||
# TODO: make these arguments rather than global constants
|
||||
INIT_TIMEOUT = 5
|
||||
HEARTBEAT_INTERVAL = 10 # seconds
|
||||
MAX_HEARTBEAT_INTERVALS = 9 #count
|
||||
HEARTBEAT_INTERVAL = 1 # seconds
|
||||
MAX_HEARTBEAT_INTERVALS = 15 #count
|
||||
|
||||
class TradeSimulationClient(object):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user