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:
Valentin Lorentz 2021-08-13 22:53:42 +02:00
parent de66606b4f
commit 7d7df34fe5
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -105,6 +105,7 @@ software:
build_script: |
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