Change the default ConnectDelay from 30s to 5s

Now that we have the new ServerThrottle, we should be able to live with this
higher connect rate. Connecting lots of users is still awfully slow. :(


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1822 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-03-10 13:28:15 +00:00
parent 22d5d440bc
commit e4f4dd75dc
+1 -1
View File
@@ -33,7 +33,7 @@ CZNC::CZNC() {
m_pModules = new CGlobalModules();
m_pISpoofLockFile = NULL;
m_uiConnectDelay = 30;
m_uiConnectDelay = 5;
m_uiAnonIPLimit = 10;
SetISpoofFormat(""); // Set ISpoofFormat to default
m_uBytesRead = 0;