From 58dcb45b3c3a60886a55bcbf1e98f29d5d24b4e2 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 24 Oct 2023 21:13:59 +0200 Subject: [PATCH] optimations --- dabo/dabo-bot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")