diff options
author | louiz’ <louiz@louiz.org> | 2016-10-03 01:07:56 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-03 01:08:48 +0200 |
commit | b2f14f9a464f695c69dd82c30fc19034fded7065 (patch) | |
tree | a2f0be58f40f34d50b74b7e9a6c50e6ad99410ca | |
parent | 76a8189b46177eb78eee12d1cb3266f282acd380 (diff) | |
download | biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.gz biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.bz2 biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.tar.xz biboumi-b2f14f9a464f695c69dd82c30fc19034fded7065.zip |
Modify the charybdis conf to disable the LIST throttling
-rw-r--r-- | tests/end_to_end/ircd.conf | 4 |
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; |