diff options
Diffstat (limited to 'weed')
| -rw-r--r-- | weed/filer.toml | 11 | ||||
| -rw-r--r-- | weed/util/constants.go | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/weed/filer.toml b/weed/filer.toml new file mode 100644 index 000000000..c0530b3f1 --- /dev/null +++ b/weed/filer.toml @@ -0,0 +1,11 @@ +[elastic7] +enabled = true +servers = [ + "http://localhost:9200", +] +username = "" +password = "" +sniff_enabled = false +healthcheck_enabled = false +# increase the value is recommend, be sure the value in Elastic is greater or equal here +index.max_result_window = 10000 diff --git a/weed/util/constants.go b/weed/util/constants.go index 3ab70240a..1900d3d42 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 25) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 26) COMMIT = "" ) |
