aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-01-17 23:35:13 -0800
committerGitHub <noreply@github.com>2022-01-17 23:35:13 -0800
commitec254d8a891386a1d16adc9e0b1e69fd5c307f7c (patch)
treea0bde782ddbe72ef1e615bc3a1034b0fcbf23623 /weed/command/scaffold
parent9274557552e3f3f4b6f7071c47ba8d7aa5c6f64a (diff)
parentda9540e6660d99fa5cfe55e8a1599fe89e80c562 (diff)
downloadseaweedfs-ec254d8a891386a1d16adc9e0b1e69fd5c307f7c.tar.xz
seaweedfs-ec254d8a891386a1d16adc9e0b1e69fd5c307f7c.zip
Merge pull request #2597 from guol-fnst/gocql_to
add gocql timeout setting
Diffstat (limited to 'weed/command/scaffold')
-rw-r--r--weed/command/scaffold/filer.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index a6a45923e..77c6cd58b 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -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