本文介绍了增加Google Chrome中的超时限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
工作中的Internet速度非常有限,因此,我无法加载几个有用的页面,例如Trello,Bitbucket,Slack等.
Internet speed at work is very limited, and because of this I can't load several useful pages, like Trello, Bitbucket, Slack and so on.
Chrome控制台向我显示了很长的列表超时错误,例如GET https://..... net::ERR_TIMED_OUT
.
Chrome console shows me a long list timeout errors like GET https://..... net::ERR_TIMED_OUT
.
我想知道是否有任何方法可以更改Chrome中的超时设置.
I was wondering if there is any way to change timeout settings in Chrome.
推荐答案
- Chrome :不可能更改Chrome中的超时设置.
- Firefox :您可以在
about:config
中设置 - IE :可以在 Windows注册表.
- Safari :有一个野生动物园扩展名 SafariNoTimeout 将超时时间从60秒延长至10分钟.
- Chrome: It is not possible to change the timeout settings in Chrome.
- Firefox: You can set the value of
network.http.connection-timeout
inabout:config
- IE: It's possible to change the timeout behavior in the windows registry.
- Safari: There is a safari extension SafariNoTimeout to extend the timeout from 60s to 10min.
network.http.connection-timeout
的值这篇关于增加Google Chrome中的超时限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!