mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 18:52:26 +00:00
Up resend delay max a few seconds
This commit is contained in:
parent
6cc774faf4
commit
5fac13075b
@ -220,7 +220,7 @@ namespace EQ
|
||||
resend_delay_ms = 150;
|
||||
resend_delay_factor = 1.5;
|
||||
resend_delay_min = 150;
|
||||
resend_delay_max = 1000;
|
||||
resend_delay_max = 4000;
|
||||
connect_delay_ms = 500;
|
||||
stale_connection_ms = 90000;
|
||||
connect_stale_ms = 5000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user