Skip to content

Commit d38a3ca

Browse files
authored
mint timeout 0.7s (#4646)
1 parent 1366b89 commit d38a3ca

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
@@ -127,7 +127,7 @@ var (
127127
PersistStakingPatchBlock: 19778037,
128128
FixAliasForNonStopHeight: 19778036,
129129
FactoryDBType: db.DBBolt,
130-
MintTimeout: time.Second,
130+
MintTimeout: 700 * time.Millisecond,
131131
}
132132

133133
// ErrConfig config error

0 commit comments

Comments
 (0)