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:
Alexey Sokolov
2016-01-23 11:55:03 +00:00
parent 615d936b6c
commit ae3eb5c219
2 changed files with 39 additions and 2 deletions

View File

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