File tree 2 files changed +2
-2
lines changed
standalone/chain/runtime/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ pub mod pallet {
879
879
weight = weight. saturating_add ( T :: DbWeight :: get ( ) . reads_writes ( 1 , 1 ) ) ;
880
880
}
881
881
882
- if count >= 30 {
882
+ if count >= 100 {
883
883
let result = T :: MinerControl :: force_miner_exit ( & miner) ;
884
884
weight = weight. saturating_add ( T :: DbWeight :: get ( ) . reads_writes ( 5 , 5 ) ) ;
885
885
if result. is_err ( ) {
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
152
152
// and set impl_version to 0. If only runtime
153
153
// implementation changes and behavior does not, then leave spec_version as
154
154
// is and increment impl_version.
155
- spec_version : 122 ,
155
+ spec_version : 124 ,
156
156
impl_version : 0 ,
157
157
apis : RUNTIME_API_VERSIONS ,
158
158
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments