aboutsummaryrefslogtreecommitdiff
path: root/nar-herder
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-07-12 08:40:40 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-12 08:40:40 +0100
commitf59df23d625c3c48e13c52fa6038df084a548b51 (patch)
tree2029c3e74bf130066f4a1c850697eb18eb1d5f7e /nar-herder
parent374c8de2646372a0207b2a30248443d41509a6b5 (diff)
downloadnar-herder-f59df23d625c3c48e13c52fa6038df084a548b51.tar
nar-herder-f59df23d625c3c48e13c52fa6038df084a548b51.tar.gz
Drop the socket timeout when fetching changes
As I'm still seeing this hang.
Diffstat (limited to 'nar-herder')
-rw-r--r--nar-herder/mirror.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nar-herder/mirror.scm b/nar-herder/mirror.scm
index c889af7..ab46bf0 100644
--- a/nar-herder/mirror.scm
+++ b/nar-herder/mirror.scm
@@ -82,7 +82,7 @@
(let ((port
socket
(open-socket-for-uri* uri)))
- (set-socket-timeout socket #:seconds 30)
+ (set-socket-timeout socket #:seconds 20)
(http-get uri
#:port port