use set instead of list in memorypool_update
[electrum-server.git] / electrum.conf.sample
index 201b9f5..4a1d5d8 100644 (file)
@@ -21,10 +21,12 @@ 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
+# Backends other than level db are deprecated and currently unsupported
 
 # number of requests per single hash
 # limit = 1000