From 629c578cea783365be760cdf30a339173b64e90e Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Sat, 9 Aug 2014 09:35:01 -0700 Subject: [PATCH] docs: set snapshot to be true in default configuration If snapshot is false, it will consume much memory and become rather slow after several days. Make it on as default. --- Documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index 78896c52f..e90f6e9a1 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -84,7 +84,7 @@ max_cluster_size = 9 max_result_buffer = 1024 max_retry_attempts = 3 name = "default-name" -snapshot = false +snapshot = true verbose = false very_verbose = false