Reduced number of concurrent downloads.

This commit is contained in:
Achim D. Brucker 2018-03-27 13:55:50 +01:00
parent 04d311d267
commit 7fdadf5885
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 40 -d -a $ARCHIVE > $LOGPREFIX.log
singularity exec --bind /srv/:/srv/ $IMAGE crawler -p 24 -d -a $ARCHIVE > $LOGPREFIX.log
date +'* Update Finished (%c)' | tee -a $LOG