Browse Source

Changed config variable to be cluster specific

Mark Mine 22 years ago
parent
commit
fcf6fd5be8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/cluster/ClusterClient.py

+ 2 - 2
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