Mercurial 和 nginx。错误10054

发布于 2024-11-26 00:29:29 字数 140 浏览 2 评论 0原文

当我将文件推送到服务器时,60 秒后我收到“urlopen 错误 [Errno 10054]”。我认为这是因为我推送了大文件。 我使用带有 fast-cgi 进程的 nginx Web 服务器。哪个 nginx 参数导致 60 秒超时?或者也许我应该采取另一种方式?

When I push files to the server, then after 60 seconds i get "urlopen error [Errno 10054]". I think it's because i push large files.
I use nginx web-server with fast-cgi process. What nginx parametr responsible to that 60sec timeout? Or maybe i should see to another way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒废 2024-12-03 00:29:29

请参阅:http://code.google.com/p/support /issues/detail?id=2716

如果您使用最新的 TortoiseHg 客户端,只需将以下配置添加到您的 Mercurial.ini 中:

[ui]
usehttp2=true

Please refer to: http://code.google.com/p/support/issues/detail?id=2716.

If you are using latest TortoiseHg client, just put below config to your mercurial.ini:

[ui]
usehttp2=true
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文