iteration

This commit is contained in:
overcuriousity
2025-09-14 23:09:38 +02:00
parent eb9eea127b
commit 674ac59c98
7 changed files with 8 additions and 3 deletions

View File

@@ -29,6 +29,6 @@ MAX_CONCURRENT_REQUESTS=5
# The number of results from a provider that triggers the "large entity" grouping.
LARGE_ENTITY_THRESHOLD=100
# The number of times to retry a target if a provider fails.
MAX_RETRIES_PER_TARGET=3
MAX_RETRIES_PER_TARGET=8
# How long cached provider responses are stored (in hours).
CACHE_EXPIRY_HOURS=12