Prechádzať zdrojové kódy

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.
Yicheng Qin 11 rokov pred
rodič
commit
629c578cea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Documentation/configuration.md

+ 1 - 1
Documentation/configuration.md

@@ -84,7 +84,7 @@ max_cluster_size = 9
 max_result_buffer = 1024
 max_result_buffer = 1024
 max_retry_attempts = 3
 max_retry_attempts = 3
 name = "default-name"
 name = "default-name"
-snapshot = false
+snapshot = true
 verbose = false
 verbose = false
 very_verbose = false
 very_verbose = false