From 23a52dbc9ab6f7dc906f9dc5141e4c1e6bde0ff7 Mon Sep 17 00:00:00 2001 From: aum <aum> Date: Sun, 15 Aug 2004 16:57:02 +0000 Subject: [PATCH] first scripted commit --- apps/stasher/python/src/stasher.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/stasher/python/src/stasher.py b/apps/stasher/python/src/stasher.py index 489214280a..5afd3a7201 100644 --- a/apps/stasher/python/src/stasher.py +++ b/apps/stasher/python/src/stasher.py @@ -163,10 +163,10 @@ runCore = True # timeouts - calibrate as needed timeout = { - 'ping' : 120, - 'findNode' : 120, - 'findData' : 120, - 'store' : 120, + 'ping' : 60, + 'findNode' : 60, + 'findData' : 60, + 'store' : 60, } logToSocket = None -- GitLab