Drop db logging, up stale connections

This commit is contained in:
Akkadius
2019-08-10 02:47:08 -05:00
parent 69bad593cd
commit 17c8af3814
6 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ namespace EQ
resend_delay_min = 150;
resend_delay_max = 5000;
connect_delay_ms = 500;
stale_connection_ms = 30000;
stale_connection_ms = 60000;
connect_stale_ms = 5000;
crc_length = 2;
max_packet_size = 512;