Commit b2b96159 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/issue_coin' into develop

parents 07ac272f 668b57b5
......@@ -220,7 +220,7 @@ class IssueChainTransferController extends Controller
continue;
}
if (($current_time - $cache_error_time) < 10) {
if (($current_time - $cache_error_time) < 30) {
continue;
}
......
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