diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-29 11:58:47 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-06-29 11:58:47 +0000 |
commit | c044acab00c1ba11194abe11aaf78db3e54bc988 (patch) | |
tree | e16ba6729890053b85c19d750a1a462c2bf19200 /src/conf.c | |
parent | 4340fac2631ff08406d0a5cd5fc6cf7f97d40e79 (diff) |
- conf.c:set_default_conf(): default to 1 connection per 1 second
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4096 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1177,7 +1177,7 @@ set_default_conf(void) UMODE_OPERWALL | UMODE_WALLOP; ConfigFileEntry.use_egd = 0; ConfigFileEntry.egdpool_path = NULL; - ConfigFileEntry.throttle_time = 10; + ConfigFileEntry.throttle_time = 1; } static void |