diff --git a/dabo/dabo-bot.sh b/dabo/dabo-bot.sh index 7614f98..b360dbf 100755 --- a/dabo/dabo-bot.sh +++ b/dabo/dabo-bot.sh @@ -7,8 +7,8 @@ export LANGUAGE="en_US" ### CONFIG ### BASEPATH=/dabo/htdocs -g_tries=7 -g_tries_delay=15 +g_tries=13 +g_tries_delay=23 ### FUNCTIONS ### for bashfunc in $(find ${BASEPATH}/../functions -type f -name "*.sh")