1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

usagelogs: increasing elasticsearch conn timeout (PROJQUAY-9061) (#4246)

This commit is contained in:
Brandon Caton
2025-09-08 14:22:57 -04:00
committed by GitHub
parent cc637dd40e
commit cc5663b5f2

View File

@@ -21,7 +21,7 @@ INDEX_NAME_PREFIX = "logentry_"
INDEX_DATE_FORMAT = "%Y-%m-%d"
# Timeout for default connection
ELASTICSEARCH_DEFAULT_CONNECTION_TIMEOUT = 15
ELASTICSEARCH_DEFAULT_CONNECTION_TIMEOUT = 30
# Timeout for template api Connection
ELASTICSEARCH_TEMPLATE_CONNECTION_TIMEOUT = 60