diff options
| author | guol-fnst <guol-fnst@fujitsu.com> | 2022-01-18 14:41:39 +0800 |
|---|---|---|
| committer | root <root@localhost.localdomain> | 2022-01-18 15:21:13 +0800 |
| commit | da9540e6660d99fa5cfe55e8a1599fe89e80c562 (patch) | |
| tree | 830dd8c6510aafd0b074c41484223b46a5d70bbf /weed/command | |
| parent | c87b8f4c302d225cce45cdfc312c35ddbf7c8f86 (diff) | |
| download | seaweedfs-da9540e6660d99fa5cfe55e8a1599fe89e80c562.tar.xz seaweedfs-da9540e6660d99fa5cfe55e8a1599fe89e80c562.zip | |
add gocql timeout setting
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 |
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 |
