try reducing the number of ingest workers to 1
I think we've been overloading the OAPEN APIn_workers
parent
c2f2a237db
commit
7b61a70cdf
|
@ -1,7 +1,7 @@
|
|||
ITEMS_PER_IMPORT_THREAD = 25
|
||||
|
||||
# Max thread count for data ingest
|
||||
IO_MAX_WORKERS = 5
|
||||
IO_MAX_WORKERS = 1
|
||||
|
||||
# Delay for submitting new API call thread
|
||||
HARVEST_THREAD_SPAWN_DELAY = 5
|
||||
|
|
Loading…
Reference in New Issue