mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
revert to poll-interval
This commit is contained in:
parent
95166fd0ee
commit
308ea8e993
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ bind = "localhost:10101"
|
|||
max-writes-per-request = 5000
|
||||
|
||||
[cluster]
|
||||
polling-interval = "2m0s"
|
||||
poll-interval = "2m0s"
|
||||
replicas = 1
|
||||
hosts = [
|
||||
"localhost:10101",
|
||||
|
|
@ -59,7 +59,7 @@ max-writes-per-request = 5000
|
|||
[metric]
|
||||
service = "statsd"
|
||||
host = "127.0.0.1:8125"
|
||||
polling-interval = "0m15s"
|
||||
poll-interval = "0m15s"
|
||||
|
||||
[plugins]
|
||||
path = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue