reorg cache fix (#3495)
* reorg cache period configurable * fix comment * u32 type Co-authored-by: deevope <you@example.com>
This commit is contained in:
@@ -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(),
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user