summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/crontab.in.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in
index efacc93f3..9663f31f7 100755
--- a/cron/crontab.in.in
+++ b/cron/crontab.in.in
@@ -12,9 +12,6 @@
# 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
-#
# At 3:27am every night, regenerate the gzip'd archive file. Only
# turn this on if the internal archiver is used and
# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py