Increase check timer for annna alive to 30 seconds. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit eb6126d691ef986802b48ab1db7b664b54c5aa31
 (DIR) parent 1dd92d223487de20ac7f1e732b831cf23168be88
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sat, 25 Feb 2023 08:23:05 +0100
       
       Increase check timer for annna alive to 30 seconds.
       
       Save CPU ticks.
       
       Diffstat:
         M annna-start-main                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/annna-start-main b/annna-start-main
       @@ -80,7 +80,7 @@ channels="$4"
                        # services disappear.
                        while kill -0 $iipid >/dev/null 2>&1;
                        do
       -                        sleep 10
       +                        sleep 30
                        done
                        rm -rf ${ircbase}/${server}
                done