diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-09 22:27:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-28 10:23:22 +0100 |
commit | 46a7f24c84299bb1ad63de725f67d1df5dffc2dc (patch) | |
tree | 94d8cfc8acf1f0fde046bd81be8dc35c8c5f3def /ChangeLog | |
parent | e5b8756dc2355c315247b710da8d50d48b7a9728 (diff) | |
download | glibc-46a7f24c84299bb1ad63de725f67d1df5dffc2dc.tar.gz glibc-46a7f24c84299bb1ad63de725f67d1df5dffc2dc.tar.xz glibc-46a7f24c84299bb1ad63de725f67d1df5dffc2dc.zip |
hurd: set interrupt timeout to 1 minute
Seeing a server not able to get interrupted for 3s is not so surprising when e.g. a lot of writes are happening. 1 minute allows to actually notice the issue and be able to debug it. * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 736d85f221..79255d3795 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-10-28 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000. + 2018-10-26 Joseph Myers <joseph@codesourcery.com> * scripts/build-many-glibcs.py: Remove compatibility for missing |