Increase size of transaction queue by default

This commit is contained in:
Tomasz Drwięga
2016-10-06 10:20:05 +02:00
parent ecf098e9a4
commit a9391f91f7
5 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ impl Default for MinerOptions {
reseal_on_external_tx: false,
reseal_on_own_tx: true,
tx_gas_limit: !U256::zero(),
tx_queue_size: 1024,
tx_queue_size: 2048,
pending_set: PendingSet::AlwaysQueue,
reseal_min_period: Duration::from_secs(2),
work_queue_size: 20,