Browse Source

Reduce worldserver reconnect to loginserver and fix database.ping 90s to 10s

Should help reduce #45, however must still investigate further into mysql has gone away and reconnecting to DB automatically.
Image 4 years ago
parent
commit
4bc36eb7af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/common/servertalk.h

+ 1 - 1
EQ2/source/common/servertalk.h

@@ -27,7 +27,7 @@
 #include <vector>
 
 #define SERVER_TIMEOUT	45000	// how often keepalive gets sent
-#define INTERSERVER_TIMER					90000
+#define INTERSERVER_TIMER					10000
 #define LoginServer_StatusUpdateInterval	15000
 #define LoginServer_AuthStale				60000
 #define AUTHCHANGE_TIMEOUT					900	// in seconds