Unverified Commit 9e903093 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #1486 from chenqi777/fix-loading-timeout

fix: 增加loading超时范围
parents 05b77338 f0a872f8
......@@ -524,8 +524,8 @@
_timeout = timeout;
if (timeout < 5) {
_timeout = 5;
} else if (_timeout > 60) {
_timeout = 60;
} else if (_timeout > 600) {
_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