Increase/make configurable search timeouts (#5261)

* Increase default operation timeout, make it configurable via SEARCH_OPERATION_TIMEOUT

* Don't update index settings when unneeded

* Add to env local
This commit is contained in:
François-Xavier Talbot
2026-02-02 08:27:29 -05:00
committed by GitHub
parent e3395a7366
commit 345ada27c0
2 changed files with 66 additions and 28 deletions

View File

@@ -17,6 +17,8 @@ DATABASE_MAX_CONNECTIONS=16
MEILISEARCH_READ_ADDR=http://localhost:7700
MEILISEARCH_WRITE_ADDRS=http://localhost:7700
# 5 minutes in milliseconds
SEARCH_OPERATION_TIMEOUT=300000
# # For a sharded Meilisearch setup (sharded-meilisearch docker compose profile)
# MEILISEARCH_READ_ADDR=http://localhost:7710