diff --git a/common/net/daybreak_connection.h b/common/net/daybreak_connection.h index 5dde5739c..016f7f4ea 100644 --- a/common/net/daybreak_connection.h +++ b/common/net/daybreak_connection.h @@ -274,7 +274,7 @@ namespace EQ simulated_in_packet_loss = 0; simulated_out_packet_loss = 0; tic_rate_hertz = 60.0; - resend_timeout = 30000; + resend_timeout = 60000; connection_close_time = 2000; outgoing_data_rate = 0.0; }