4 lines
216 B
Text
4 lines
216 B
Text
# run the crawler twice a day
|
|
# logs sent to /var/log/mirrormanager/crawler.log and crawl/* by default
|
|
# 32GB of RAM is not enough for 75 threads
|
|
0 */12 * * * root /usr/bin/mm2_crawler --threads 50 > /dev/null 2>&1
|