try reducing the number of ingest workers to 1 (#68)
I think we've been overloading the OAPEN APImain
parent
c2f2a237db
commit
d90c83c84c
|
@ -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