mm2.cfg: removed duplicated configuration option

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2017-10-08 13:15:24 +02:00
parent 45bb43590e
commit 5864ea7d9d

View file

@ -170,10 +170,6 @@ CRAWLER_RSYNC_PARAMETERS = '--no-motd --timeout 14400'
# Specify whether the crawler should send a report by email # Specify whether the crawler should send a report by email
CRAWLER_SEND_EMAIL = False CRAWLER_SEND_EMAIL = False
# Specify additional rsync parameters for the crawler
# --timeout 14400: abort rsync crawl after 4 hours
CRAWLER_RSYNC_PARAMETERS = '--no-motd --timeout 14400'
# If a host fails for CRAWLER_AUTO_DISABLE times in a row # If a host fails for CRAWLER_AUTO_DISABLE times in a row
# the host will be disable automatically (user_active) # the host will be disable automatically (user_active)
CRAWLER_AUTO_DISABLE = 4 CRAWLER_AUTO_DISABLE = 4