[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73861: [PATCH] git: Add server connection and read timeouts.
From: |
Ludovic Courtès |
Subject: |
bug#73861: [PATCH] git: Add server connection and read timeouts. |
Date: |
Tue, 22 Oct 2024 00:30:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Fixes <https://issues.guix.gnu.org/71818>.
>>
>> * guix/git.scm (set-git-timeouts): New procedure.
>> (update-cached-checkout): Add #:connection-timeout and #:read-timeout.
>> Call ‘set-git-timeouts’.
>>
>> Change-Id: Ibbd4fc6104ce66afed880b3975c129abbc2ab755
>
> Neat! LGTM.
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Pushed as 8bd013011ddde259c0dd0334847ce31a63263962, thanks!