small fix

This commit is contained in:
2026-07-26 20:21:46 +02:00
parent f037409f99
commit 54c52afe5a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -244,6 +244,14 @@ docker run --rm -it \
httpd:2.4-alpine \
htpasswd -B -c /data/users tomasr
######################################################################3
# freshrss-fav-archiver
###########################
step "Initializing freshrss-fav-archiver"
systemctl enable --now freshrss-fav-archiver.timer
################################################################################
# Done
################################################################################
+1 -1
View File
@@ -184,7 +184,7 @@ def process():
notify_failure(url)
# avoid hammering services
time.sleep(60)
time.sleep(300)
if __name__ == "__main__":