From 62531621660aa2f10f012921d079d966ac4bd974 Mon Sep 17 00:00:00 2001 From: KimLS Date: Thu, 29 Jun 2017 14:15:11 -0700 Subject: [PATCH] Change settings --- common/net/daybreak_connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/net/daybreak_connection.h b/common/net/daybreak_connection.h index 21ef8ffa6..9cf96b8f7 100644 --- a/common/net/daybreak_connection.h +++ b/common/net/daybreak_connection.h @@ -220,8 +220,8 @@ namespace EQ keepalive_delay_ms = 9000; resend_delay_ms = 150; resend_delay_factor = 1.5; - resend_delay_min = 150; - resend_delay_max = 1000; + resend_delay_min = 500; + resend_delay_max = 4000; connect_delay_ms = 500; stale_connection_ms = 90000; connect_stale_ms = 5000;