We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df101fb commit fb77972Copy full SHA for fb77972
src/servers/udp/server/launcher.rs
@@ -25,7 +25,7 @@ use crate::servers::udp::UDP_TRACKER_LOG_TARGET;
25
/// The maximum number of connection id errors per ip. Clients will be banned if
26
/// they exceed this limit.
27
const MAX_CONNECTION_ID_ERRORS_PER_IP: u32 = 10;
28
-const IP_BANS_RESET_INTERVAL_IN_SECS: u64 = 120;
+const IP_BANS_RESET_INTERVAL_IN_SECS: u64 = 3600;
29
30
/// A UDP server instance launcher.
31
#[derive(Constructor)]
0 commit comments