mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
bahamut: Disable throttling
Config marks all clients as throttling-exempt, but they sometimes reconnect to quickly for this exemption to kick in.
This commit is contained in:
1
.github/workflows/test-devel.yml
vendored
1
.github/workflows/test-devel.yml
vendored
@ -67,6 +67,7 @@ jobs:
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/Bahamut/
|
||||
patch src/s_user.c < $GITHUB_WORKSPACE/bahamut_localhost.patch
|
||||
echo "#undef THROTTLE_ENABLE" >> include/config.h
|
||||
libtoolize --force
|
||||
aclocal
|
||||
autoheader
|
||||
|
1
.github/workflows/test-stable.yml
vendored
1
.github/workflows/test-stable.yml
vendored
@ -67,6 +67,7 @@ jobs:
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/Bahamut/
|
||||
patch src/s_user.c < $GITHUB_WORKSPACE/bahamut_localhost.patch
|
||||
echo "#undef THROTTLE_ENABLE" >> include/config.h
|
||||
libtoolize --force
|
||||
aclocal
|
||||
autoheader
|
||||
|
Reference in New Issue
Block a user