update documentation
authorThomasV <thomasv@gitorious>
Sat, 6 Apr 2013 13:46:42 +0000 (17:46 +0400)
committerThomasV <thomasv@gitorious>
Sat, 6 Apr 2013 13:46:42 +0000 (17:46 +0400)
README.leveldb
electrum.conf.sample

index 0b5437b..3e94d36 100644 (file)
@@ -37,6 +37,7 @@ backend = leveldb
 
 [leveldb]
 path = /path/to/your/database
+pruning_limit = 10
 
 ______________________________________________________________
 
index 201b9f5..d91ab3d 100644 (file)
@@ -21,6 +21,7 @@ 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