Increase bulk indexation time

This commit is contained in:
Chocobozzz 2024-01-04 16:22:43 +01:00
parent 9c43989b59
commit 491f936906
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const INDEXER_LIMIT = 500000
const INDEXER_HOST_CONCURRENCY = 3
const INDEXER_QUEUE_CONCURRENCY = 3
const INDEXER_BULK_INDEXATION_MS = 5000
const INDEXER_BULK_INDEXATION_MS = 10000
const REQUESTS = {
MAX_RETRIES: 10,