guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: nginx: mirror: Increase timeouts for /nar URLs.


From: Ludovic Courtès
Subject: 02/04: nginx: mirror: Increase timeouts for /nar URLs.
Date: Thu, 24 Mar 2016 10:33:52 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit a6043cdbb4a413b3ff6137a885a375cd8b8a306f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 11:26:04 2016 +0100

    nginx: mirror: Increase timeouts for /nar URLs.
---
 hydra/nginx/mirror-locations.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/nginx/mirror-locations.conf 
b/hydra/nginx/mirror-locations.conf
index c4b6a72..3313ecc 100644
--- a/hydra/nginx/mirror-locations.conf
+++ b/hydra/nginx/mirror-locations.conf
@@ -31,8 +31,8 @@ location /nar/ {
     client_body_buffer_size 256k;
 
     # Be more tolerant of delays when fetching a nar.
-    proxy_read_timeout 30s;
-    proxy_send_timeout 30s;
+    proxy_read_timeout 60s;
+    proxy_send_timeout 60s;
 
     # Enable caching for nar files, to avoid reconstructing and recompressing
     # archives.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]