Commit 668b57b5 authored by shajiaiming's avatar shajiaiming

fix

parent a6cda1d5
......@@ -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