Mercurial > hg
comparison contrib/chg/README @ 29357:66d41c9e9222
chg: change default connect timeout to 60 seconds
As discussed at
https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-June/085290.html
The default 10-second timeout is not enough if the machine is overloaded.
Let's increase it to 60 seconds.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 15 Jun 2016 21:36:31 +0100 |
parents | 62b890496de5 |
children | 4c8d9b53b1c7 |
comparison
equal
deleted
inserted
replaced
29356:93b83ef78d1e | 29357:66d41c9e9222 |
---|---|
27 The following variables are available for testing: | 27 The following variables are available for testing: |
28 | 28 |
29 * CHGDEBUG enables debug messages. | 29 * CHGDEBUG enables debug messages. |
30 * CHGSOCKNAME specifies the socket path of the background cmdserver. | 30 * CHGSOCKNAME specifies the socket path of the background cmdserver. |
31 * CHGTIMEOUT specifies how many seconds chg will wait before giving up | 31 * CHGTIMEOUT specifies how many seconds chg will wait before giving up |
32 connecting to a cmdserver. If it is 0, chg will wait forever. Default: 10 | 32 connecting to a cmdserver. If it is 0, chg will wait forever. Default: 60 |