Skip to content

Commit

Permalink
Update docs/configuration/metastore-config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Guillo <[email protected]>
  • Loading branch information
rdettai and guilload authored May 16, 2024
1 parent 8f40590 commit bd55928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/metastore-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ By default, the File-Backed Metastore is only read once when you start a Quickwi

You can also configure it to poll the File-Backed Metastore periodically to keep a fresh view of it. This is useful for a Searcher instance that needs to be aware of new splits published by an Indexer running in parallel.

To configure the polling interval (in seconds), add a URI fragment to the storage URI like this`s3://quickwit/my-indexes#polling_interval=30s`
To configure the polling interval (in seconds), add a URI fragment to the storage URI as follows`s3://quickwit/my-indexes#polling_interval=30s`

:::note
The polling interval can be configured in seconds only, other units like minutes or hours are not supported yet.
Expand Down

0 comments on commit bd55928

Please sign in to comment.