summaryrefslogtreecommitdiff
path: root/tests/end_to_end
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-10-03 01:07:56 +0200
committerlouiz’ <louiz@louiz.org>2016-10-03 01:08:48 +0200
commitb2f14f9a464f695c69dd82c30fc19034fded7065 (patch)
treea2f0be58f40f34d50b74b7e9a6c50e6ad99410ca /tests/end_to_end
parent76a8189b46177eb78eee12d1cb3266f282acd380 (diff)
downloadbiboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.gz
biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.bz2
biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.xz
biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.zip
Modify the charybdis conf to disable the LIST throttling
Diffstat (limited to 'tests/end_to_end')
-rw-r--r--tests/end_to_end/ircd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end_to_end/ircd.conf b/tests/end_to_end/ircd.conf
index 7edb3a8..7327531 100644
--- a/tests/end_to_end/ircd.conf
+++ b/tests/end_to_end/ircd.conf
@@ -477,8 +477,8 @@ general {
operspy_admin_only = no;
operspy_dont_care_user_info = no;
caller_id_wait = 1 minute;
- pace_wait_simple = 1 second;
- pace_wait = 10 seconds;
+ pace_wait_simple = 0 second;
+ pace_wait = 0 seconds;
short_motd = no;
ping_cookie = no;
connect_timeout = 30 seconds;