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