Skip to content

Commit 5fc411f

Browse files
committed
mint timeout 0.6s
1 parent b42de50 commit 5fc411f

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: time.Second,
129+
MintTimeout: 600 * time.Millisecond,
130130
}
131131

132132
// ErrConfig config error

0 commit comments

Comments
 (0)