Hi Maxim, Maxim Cournoyer <[email protected]> skribis:
> From ba078ca1b8efa17fb0b2ee7b4269611c6bb4c3d6 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer <[email protected]> > Date: Wed, 30 Aug 2017 23:12:12 -0400 > Subject: [PATCH] ui: Remove max-silent-time from the default options. > > Having a finite default `max-silent-time' value for scripts such as 'guix > environment' could lead to timeouts when building subtitutes; this was > undesirable. This fixes bug #27157. > > * guix/scripts/archive.scm (%default-options): Remove max-silent-time entry. > * guix/scripts/copy.scm (%default-options): Likewise. > * guix/scripts/environment.scm (%default-options): Likewise. > * guix/scripts/pack.scm (%default-options): Likewise. > * guix/scripts/package.scm (%default-options): Likewise. > * guix/scripts/pull.scm (%default-options): Likewise. > * guix/scripts/system.scm (%default-options): Likewise. Good catch! It was actually a bug, because the doc said that the daemon’s setting should be honored by default, which was obviously not the case. Pushed: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fe55199542590d16aa6ca6a8bfa0fda27903db5c Thanks, Ludo’.
