Up stale connection ms again

This commit is contained in:
KimLS 2019-08-08 18:49:21 -07:00
parent 6a64d845c2
commit 5fce042a31

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;