use set instead of list in memorypool_update
[electrum-server.git] / electrum.conf.sample
index d91ab3d..4a1d5d8 100644 (file)
@@ -22,10 +22,11 @@ backend = leveldb
 [leveldb]
 path = /path/to/your/database
 # for each address, history will be pruned if it is longer than this limit
-pruning_limit = 10
+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