aboutsummaryrefslogtreecommitdiff
path: root/backend/data/downloadImgsForReview.py
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-05-14 20:37:29 +1000
committerTerry Truong <terry06890@gmail.com>2022-05-14 21:20:15 +1000
commit9a647b3fe26b9928c254003446b96e9ea0ea70e1 (patch)
tree1610a2147f111462b7d5bbd957734a3b49aa5409 /backend/data/downloadImgsForReview.py
parent36d3d535b646e65f4b38e8097ce0b74b784520ba (diff)
Add desc-resolution special-case for root node
Diffstat (limited to 'backend/data/downloadImgsForReview.py')
-rwxr-xr-xbackend/data/downloadImgsForReview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/downloadImgsForReview.py b/backend/data/downloadImgsForReview.py
index d5ccf62..4099584 100755
--- a/backend/data/downloadImgsForReview.py
+++ b/backend/data/downloadImgsForReview.py
@@ -45,7 +45,7 @@ eolIds = eolIds.intersection(imgListIds)
eolIds = sorted(eolIds)
MAX_IMGS_PER_ID = 3
-MAX_THREADS = 10
+MAX_THREADS = 5
numThreads = 0
threadException = None # Used for ending main thread after a non-main thread exception
def downloadImg(url, outFile):