Increased number of parallel downloads.

This commit is contained in:
Achim D. Brucker 2018-02-12 08:48:28 +00:00
parent 51f7337639
commit fd194d0103
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LOG=$LOGPREFIX-global.log
date +'* Start Updating Extensions Archive (%c)' | tee $LOG
# Update extensions
singularity exec --bind /srv/:/srv/ $IMAGE crawler -p 32 -d -a $ARCHIVE > $LOGPREFIX.log
singularity exec --bind /srv/:/srv/ $IMAGE crawler -p 40 -d -a $ARCHIVE > $LOGPREFIX.log
date +'* Update Finished (%c)' | tee -a $LOG