aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-03 20:12:38 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-03 20:12:38 -0700
commit46f65a84a6edb99d9f949ff4b36b391e4861acd5 (patch)
tree64c34267b85cb1d0e46eb83de4dae5543a7e9452 /weed/command/scaffold.go
parentf815fce81b060448001f3539a7188aa3602d5544 (diff)
downloadseaweedfs-46f65a84a6edb99d9f949ff4b36b391e4861acd5.tar.xz
seaweedfs-46f65a84a6edb99d9f949ff4b36b391e4861acd5.zip
filer: elastic7 adjust default value
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index c07751786..479e0665f 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -177,7 +177,7 @@ database = "seaweedfs"
[elastic7]
enabled = false
servers = "http://localhost:9200"
-# increase the value is recommend, both filer and elastic cluster
+# increase the value is recommend, both here and in elastic cluster configuration
index.max_result_window = 10000
`