diff options
| -rwxr-xr-x | cron/crontab.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index c2c776127..6b2e724e1 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -11,6 +11,6 @@ # if you don't want to allow gating, or don't have any going on right now, # or want to exclusively use a callback strategy instead of polling. 0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ @prefix@/cron/gate_news - +# # Every 1/2 hour flush the outgoing mail queue. -12,42 * * * * @PYTHON@ @prefix@/cron/run_queue
\ No newline at end of file +12,42 * * * * @PYTHON@ @prefix@/cron/run_queue |
