File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
quickwit/quickwit-lambda/src/searcher Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Indexer only:
129
129
Searcher only:
130
130
| Variable | Description | Default |
131
131
| ---| ---| ---|
132
- | QW_LAMBDA_SEARCHER_METASTORE_POLLING_INTERVAL | refresh interval of the metastore | 1m |
132
+ | QW_LAMBDA_SEARCHER_METASTORE_POLLING_INTERVAL_SECONDS | refresh interval of the metastore | 60 |
133
133
| QW_LAMBDA_PARTIAL_REQUEST_CACHE_CAPACITY | ` searcher.partial_request_cache_capacity ` node config | 64M |
134
134
135
135
Original file line number Diff line number Diff line change 20
20
pub ( crate ) const CONFIGURATION_TEMPLATE : & str = r#"
21
21
version: 0.8
22
22
node_id: lambda-searcher
23
- metastore_uri: s3://${QW_LAMBDA_METASTORE_BUCKET}/index#polling_interval=${QW_LAMBDA_SEARCHER_METASTORE_POLLING_INTERVAL:-1m}
23
+ metastore_uri: s3://${QW_LAMBDA_METASTORE_BUCKET}/index#polling_interval=${QW_LAMBDA_SEARCHER_METASTORE_POLLING_INTERVAL_SECONDS:-60}s
24
24
default_index_root_uri: s3://${QW_LAMBDA_INDEX_BUCKET}/index
25
25
data_dir: /tmp
26
26
searcher:
You can’t perform that action at this time.
0 commit comments