mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Revert "Revert "Fix delay between receiving signal in separate thread and handling it""
This reverts commit 615d936b6c.
I forgot the condition before...
This commit is contained in:
@@ -243,8 +243,8 @@ void CZNC::Loop() {
|
||||
}
|
||||
|
||||
// Csocket wants micro seconds
|
||||
// 100 msec to 5 sec
|
||||
m_Manager.DynamicSelectLoop(100 * 1000, 5 * 1000 * 1000);
|
||||
// 100 msec to 5 min
|
||||
m_Manager.DynamicSelectLoop(100 * 1000, 5 * 60 * 1000 * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user