This commit is contained in:
fawce
2012-08-20 19:56:27 -04:00
parent 1fbd8c4414
commit 0bd41c8db2
+2 -2
View File
@@ -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):
"""