From fcf6fd5be89ecf9c4dfc766a3c95a92fe27012e0 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Tue, 27 Jan 2004 02:27:37 +0000 Subject: [PATCH] Changed config variable to be cluster specific --- direct/src/cluster/ClusterClient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/cluster/ClusterClient.py b/direct/src/cluster/ClusterClient.py index 5dc1c73a57..94dae139e0 100644 --- a/direct/src/cluster/ClusterClient.py +++ b/direct/src/cluster/ClusterClient.py @@ -194,8 +194,8 @@ class DisplayConnection: def __init__(self,qcm,serverName,port,msgHandler): self.msgHandler = msgHandler gameServerTimeoutMs = base.config.GetInt( - "game-server-timeout-ms", 20000) - # A big old 20 second timeout. + "cluster-server-timeout-ms", 300000) + # A giant 300 second timeout. self.tcpConn = qcm.openTCPClientConnection( serverName, port, gameServerTimeoutMs) # Test for bad connection