Skip to content

Commit da1bca2

Browse files
committed
mint timeout 0.7s
1 parent 43cceac commit da1bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ var (
126126
PersistStakingPatchBlock: 19778037,
127127
FixAliasForNonStopHeight: 19778036,
128128
FactoryDBType: db.DBBolt,
129-
MintTimeout: 600 * time.Millisecond,
129+
MintTimeout: 700 * time.Millisecond,
130130
}
131131

132132
// ErrConfig config error

0 commit comments

Comments
 (0)