[data] 12 worker pool in data download instead of 10 to download the new parser in one shot

This commit is contained in:
Al
2017-03-31 15:52:14 -04:00
parent 7f8c2f0ad3
commit 267be6c05c

View File

@@ -44,7 +44,7 @@ CHUNK_SIZE=$((64*$MB))
LARGE_FILE_SIZE=$((CHUNK_SIZE*2))
NUM_WORKERS=10
NUM_WORKERS=12
kill_background_processes() {
jobs -p | xargs kill;