From 0bd41c8db228d7cea031ce6fcc455e878a424c7f Mon Sep 17 00:00:00 2001 From: fawce Date: Mon, 20 Aug 2012 19:56:27 -0400 Subject: [PATCH] tweaked --- zipline/gens/tradesimulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index 806f1b36..3fdcc565 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.py @@ -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): """