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

Should help reduce , however must still investigate further into mysql has gone away and reconnecting to DB automatically.
This commit is contained in:
Image 2020-03-16 13:13:47 -04:00
parent a3c542cbcc
commit 4bc36eb7af

View file

@ -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