From 19aedaaa01dbe8e93b95efe3bd1ab18f89531345 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Thu, 25 Aug 2022 16:16:08 +0200 Subject: [PATCH] Longer polling time --- processor/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/crontab b/processor/crontab index 7587f3e..2fc9060 100644 --- a/processor/crontab +++ b/processor/crontab @@ -1 +1 @@ -*/1 * * * * cd /app && /usr/local/bin/python3 app.py >> /data/proc_log.txt 2>&1 \ No newline at end of file +*/5 * * * * cd /app && /usr/local/bin/python3 app.py >> /data/proc_log.txt 2>&1 \ No newline at end of file