From c440d96efc4894ef430f3f90e21fa45754949330 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 29 Jun 2020 11:16:30 +1000 Subject: [PATCH] increase timeouts to see if it stops random disconnects --- twsproxy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twsproxy/__init__.py b/twsproxy/__init__.py index 6d3fcfd..6051cc4 100644 --- a/twsproxy/__init__.py +++ b/twsproxy/__init__.py @@ -6,7 +6,7 @@ TES = 'http://localhost:8080/' failthresh = 10 class TWSProxy(threading.Thread): - TIMEOUT = 10 + TIMEOUT = 900 AUTHTIMEOUT = 60 MAXBUFF = 8192 MAXHEADERS = 8192 -- GitLab