Commit f0a872f8 authored by seven's avatar seven

fix: 增加loading超时范围

parent 9c17a2da
...@@ -524,8 +524,8 @@ ...@@ -524,8 +524,8 @@
_timeout = timeout; _timeout = timeout;
if (timeout < 5) { if (timeout < 5) {
_timeout = 5; _timeout = 5;
} else if (_timeout > 60) { } else if (_timeout > 600) {
_timeout = 60; _timeout = 600;
} }
} }
......
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