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