try reducing the number of ingest workers to 1 (#68)

I think we've been overloading the OAPEN API
main
Eric Hellman 2023-05-10 09:42:19 -04:00 committed by GitHub
parent c2f2a237db
commit d90c83c84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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