From 0f350ac38098de953e3e9ed507b7501abf2c6499 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Wed, 16 Aug 2023 12:44:36 +0200 Subject: [PATCH] Faster rss feed parsin --- processor/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/crontab b/processor/crontab index 2fc9060..07fa5ea 100644 --- a/processor/crontab +++ b/processor/crontab @@ -1 +1 @@ -*/5 * * * * cd /app && /usr/local/bin/python3 app.py >> /data/proc_log.txt 2>&1 \ No newline at end of file +*/2 * * * * cd /app && /usr/local/bin/python3 app.py >> /data/proc_log.txt 2>&1 \ No newline at end of file