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:
committed by
GitHub
parent
e3395a7366
commit
345ada27c0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user