Skip to content

Commit

Permalink
longer retry cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsteen committed Dec 30, 2024
1 parent 40c906d commit b0f664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netplay/connecting_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ impl Connecting<SynchonizingState> {
}
}
}
const RETRY_COOLDOWN: Duration = Duration::from_secs(3);
const RETRY_COOLDOWN: Duration = Duration::from_secs(5);
const MAX_RETRY_ATTEMPTS: u16 = 3;

pub struct Retrying {
Expand Down

0 comments on commit b0f664b

Please sign in to comment.