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.
This commit is contained in:
parent
a3c542cbcc
commit
4bc36eb7af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue