【发布时间】:2014-05-21 12:36:26
【问题描述】:
network.http.response.timeout 已从 Firefox 版本 28 中的未设置更改为版本 29 中的默认限制 300(5 分钟)。(see this blog entry at morgb.blogspot.de)。
如果需要,我想在 Firefox 插件的帮助下将其改回更高的值。
或者向我的网络应用程序添加一个警告(由于多种原因需要更长的超时时间)。
【问题讨论】:
-
或者我是否必须重新编程我的网络应用程序以便只有
XMLHttpRequests使用这么长的加载时间? -
另外,您可以在https://stackoverflow.com/a/47754398/1841710查看答案
标签: javascript firefox configuration