Skip to content

Commit

Permalink
fix: configuration example for selector
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 8, 2024
1 parent 92d6d4e commit 3de0194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/metasrv.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ server_addr = "127.0.0.1:3002"
store_addr = "127.0.0.1:2379"

## Datanode selector type.
## - `lease_based` (default value).
## - `round_robin` (default value)
## - `lease_based`
## - `load_based`
## For details, please see "https://docs.greptime.com/developer-guide/metasrv/selector".
selector = "lease_based"
selector = "round_robin"

## Store data in memory.
use_memory_store = false
Expand Down

0 comments on commit 3de0194

Please sign in to comment.