chiark / gitweb /
wip fixes
[hippotat.git] / client
diff --git a/client b/client
index 074803af97ef51080f627609330b5d6d2aca82e8..a56dde2fbc0f92ec5321c0ba80465aed373184eb 100755 (executable)
--- a/client
+++ b/client
@@ -214,6 +214,7 @@ def process_cfg(putative_servers, putative_clients):
       c.max_outstanding = srch(cfg.getint, 'max_requests_outstanding')
       c.max_batch_up    = srch(cfg.getint, 'max_batch_up')
       c.http_retry      = srch(cfg.getint, 'http_retry')
+      c.max_queue_time  = srch(cfg.getint, 'max_queue_time')
       c.vroutes         = srch(cfg.get,    'vroutes')
 
       try: c.url = srch(cfg.get,'url')