From c0f53647b8b7c8e354af224edc238eab1f6dd443 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 25 Jun 2017 20:37:37 -0500 Subject: [PATCH] Revert 5fac13075b7acbd685821c1c12494a1d0df321b9 until we don't creep client resend up to 4 seconds so quickly, this causes issues in higher traffic amounts and takes longer for clients to recover than needed --- common/net/daybreak_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/net/daybreak_connection.h b/common/net/daybreak_connection.h index 2ec7f200f..b4faf2438 100644 --- a/common/net/daybreak_connection.h +++ b/common/net/daybreak_connection.h @@ -220,7 +220,7 @@ namespace EQ resend_delay_ms = 150; resend_delay_factor = 1.5; resend_delay_min = 150; - resend_delay_max = 4000; + resend_delay_max = 1000; connect_delay_ms = 500; stale_connection_ms = 90000; connect_stale_ms = 5000;