default to leveldb, use limit=100
[electrum-server.git] / electrum.conf.sample
index 201b9f5..65c58fc 100644 (file)
@@ -21,7 +21,8 @@ backend = leveldb
 
 [leveldb]
 path = /path/to/your/database
-pruning_limit = 10
+# for each address, history will be pruned if it is longer than this limit
+pruning_limit = 100
 
 
 # ABE configuration for full servers