reorg cache fix (#3495)

* reorg cache period configurable

* fix comment

* u32 type

Co-authored-by: deevope <you@example.com>
This commit is contained in:
deevope
2020-11-25 17:59:37 +00:00
committed by GitHub
parent 3efe382e9c
commit fd5dfaaec4
4 changed files with 20 additions and 1 deletions
+9
View File
@@ -327,6 +327,15 @@ fn comments() -> HashMap<String, String> {
.to_string(),
);
retval.insert(
"reorg_cache_period".to_string(),
"
#reorg cache retention period in minute.
#the reorg cache repopulates local mempool in a reorg scenario.
"
.to_string(),
);
retval.insert(
"max_pool_size".to_string(),
"