From 5fac13075b7acbd685821c1c12494a1d0df321b9 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sat, 24 Jun 2017 18:29:18 -0700 Subject: [PATCH] Up resend delay max a few seconds --- 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 b4faf2438..2ec7f200f 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 = 1000; + resend_delay_max = 4000; connect_delay_ms = 500; stale_connection_ms = 90000; connect_stale_ms = 5000;