Socket timeout
Anton Shestakov
engored at gmail.com
Mon Sep 24 09:11:32 UTC 2018
> But could someone confirm how the socket
> timeout or server hanging are managed in mercurial?
That depends on your server setup. There are many ways to set up
hgweb, e.g. front server (apache httpd, nginx, lighttpd) and upstream
(uwsgi, gunicorn) or server module (mod_wsgi, mod_scgi), and most of
them manage sockets by their own logic. To make mercurial manage its
own sockets, it's possible to just expose `hg serve` to the internet,
but I'd advice against that.
More information about the Mercurial
mailing list