1
0
mirror of https://framagit.org/framasoft/peertube/search-index/ synced 2025-01-05 22:17:12 +01:00

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

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,