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
+1
View File
@@ -167,6 +167,7 @@ where
TransactionPool::new(
PoolConfig {
accept_fee_base: 0,
reorg_cache_period: 30,
max_pool_size: 50,
max_stempool_size: 50,
mineable_max_weight: 10_000,