add gocql timeout setting

This commit is contained in:
guol-fnst
2022-01-18 14:41:39 +08:00
committed by root
parent c87b8f4c30
commit da9540e666
2 changed files with 7 additions and 1 deletions

View File

@@ -153,6 +153,8 @@ password = ""
superLargeDirectories = []
# Name of the datacenter local to this filer, used as host selection fallback.
localDC = ""
# Gocql connection timeout, default: 600ms
connection_timeout_millisecond = 600
[hbase]
enabled = false