bound the mempool

Refs #345
This commit is contained in:
Anton Kaliaev
2018-05-18 10:45:51 +04:00
parent 90446261f3
commit c9001d5a11
4 changed files with 25 additions and 2 deletions
+6
View File
@@ -136,6 +136,12 @@ like the file below, however, double check by inspecting the
broadcast = true
wal_dir = "data/mempool.wal"
# size of the mempool
size = 100000
# size of the cache (used to filter transactions we saw earlier)
cache_size = 100000
##### consensus configuration options #####
[consensus]