mirror of
https://github.com/znc/znc.git
synced 2026-08-06 00:43:19 +02:00
Implement protection from flood.
For ZNC-server connection
This commit is contained in:
+2
-2
@@ -188,8 +188,8 @@ void CZNC::Loop() {
|
||||
}
|
||||
|
||||
// Csocket wants micro seconds
|
||||
// 500 msec to 600 sec
|
||||
m_Manager.DynamicSelectLoop(500 * 1000, 600 * 1000 * 1000);
|
||||
// 100 msec to 600 sec
|
||||
m_Manager.DynamicSelectLoop(100 * 1000, 600 * 1000 * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user