新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit ce8aa83c authored by gyf's avatar gyf

update tx execution timeout

No related merge requests found
......@@ -49,7 +49,7 @@ const (
)
var (
txExecutionTimeout = 10000 // tx execution timeout(milliseconds)
txExecutionTimeout = 3600000 // tx execution timeout(milliseconds)
chainConfigContractName = syscontract.SystemContract_CHAIN_CONFIG.String()
keyChainConfig = chainConfigContractName
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment