[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67866] [PATCH] daemon: Change default ‘timeout’ and ‘max-silent-tim
From: |
Simon Tournier |
Subject: |
[bug#67866] [PATCH] daemon: Change default ‘timeout’ and ‘max-silent-time’ values. |
Date: |
Tue, 19 Dec 2023 14:10:31 +0100 |
Hi,
On Sun, 17 Dec 2023 at 15:35, Ludovic Courtès <ludo@gnu.org> wrote:
> Having a timeout seems generally preferable as it makes sure build slots
> are not kept busy for no good reason (few package builds, if any, are
> expected to exceed these values).
>
> * nix/libstore/globals.cc (Settings::Settings): Change ‘maxSilentTime’
> and ‘buildTimeout’.
> * gnu/services/base.scm (<guix-configuration>)[max-silent-time]
> [timeout]: Change default values.
> * doc/guix.texi (Invoking guix-daemon, Base Services): Adjust
> accordingly.
>
> Change-Id: I25c50893f3f7fcca451b8f093d9d4d1a15fa58d8
> ---
> doc/guix.texi | 8 ++++----
> gnu/services/base.scm | 4 ++--
> nix/libstore/globals.cc | 4 ++--
> 3 files changed, 8 insertions(+), 8 deletions(-)
LGTM although I have not tried the patch.
Cheers,
simon