Configured 32 parallel downloads.

This commit is contained in:
Achim D. Brucker 2018-04-03 22:14:02 +01:00
parent ca42e4026f
commit 7c688afee8
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 30 -d -a $ARCHIVE > $LOGPREFIX.log
singularity exec --bind /srv/:/srv/ $IMAGE crawler -p 32 -d -a $ARCHIVE > $LOGPREFIX.log
date +'* Update Finished (%c)' | tee -a $LOG