Timeout adjustment

This commit is contained in:
Chris Miles 2025-05-17 18:41:23 -05:00
parent eb366e67b7
commit fdb7a7c8df

View File

@ -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;
}