Some reverts and changes to default values and a bug fix

This commit is contained in:
KimLS
2017-03-01 13:00:48 -08:00
parent 25cbdf5f2c
commit 0b4484b36b
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ namespace EQ
DaybreakConnectionManagerOptions() {
max_connection_count = 0;
keepalive_delay_ms = 9000;
resend_delay_ms = 25;
resend_delay_ms = 50;
resend_delay_factor = 1.5;
stats_delay_ms = 9000;
connect_delay_ms = 250;