Fix typo of 'quorom' to 'quorum' when specifying write consistency. (#1618)
This commit is contained in:
committed by
Cameron Sparr
parent
c0e895c3a7
commit
69e4e862a3
@@ -83,7 +83,7 @@
|
||||
|
||||
## Retention policy to write to. Empty string writes to the default rp.
|
||||
retention_policy = ""
|
||||
## Write consistency (clusters only), can be: "any", "one", "quorom", "all"
|
||||
## Write consistency (clusters only), can be: "any", "one", "quorum", "all"
|
||||
write_consistency = "any"
|
||||
|
||||
## Write timeout (for the InfluxDB client), formatted as a string.
|
||||
|
||||
Reference in New Issue
Block a user