mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
The connect queue shouldn't be unpaused when ZNC starts
This commit is contained in:
@@ -34,6 +34,7 @@ CZNC::CZNC() {
|
||||
m_uBytesWritten = 0;
|
||||
m_uiMaxBufferSize = 500;
|
||||
m_pConnectQueueTimer = NULL;
|
||||
m_uiConnectPaused = 0;
|
||||
m_eConfigState = ECONFIG_NOTHING;
|
||||
m_TimeStarted = time(NULL);
|
||||
m_sConnectThrottle.SetTTL(30000);
|
||||
|
||||
Reference in New Issue
Block a user