We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a8fb commit d8e4f96Copy full SHA for d8e4f96
core/src/miner/miner.rs
@@ -67,7 +67,7 @@ impl Default for MinerOptions {
67
MinerOptions {
68
new_work_notify: vec![],
69
force_sealing: false,
70
- reseal_on_external_parcel: false,
+ reseal_on_external_parcel: true,
71
reseal_on_own_parcel: true,
72
reseal_min_period: Duration::from_secs(2),
73
reseal_max_period: Duration::from_secs(120),
0 commit comments