From bc5a1e6606fc2dc7edf3874060b07bde2a3ebd04 Mon Sep 17 00:00:00 2001 From: Ayuei Date: Tue, 27 Jun 2023 12:57:48 +1000 Subject: [PATCH] Comment on 10 minute ES default --- configs/elasticsearch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/elasticsearch.toml b/configs/elasticsearch.toml index 65dec0a..72dbbd4 100644 --- a/configs/elasticsearch.toml +++ b/configs/elasticsearch.toml @@ -1,4 +1,4 @@ protocol = "http" ip = "127.0.0.1" port = "9200" -timeout = 600 \ No newline at end of file +timeout = 600 # 10 minutes timeout, dense retrieval requests are expensive and may take a while to return results