guix-commits
[Top][All Lists]
Advanced

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

01/01: nginx: mirror: Increase timeout for /nar URLs.


From: Ludovic Courtès
Subject: 01/01: nginx: mirror: Increase timeout for /nar URLs.
Date: Tue, 22 Mar 2016 15:40:03 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit ebaf33b2d3e41f5e1f891591253056906afb90a9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 22 16:39:27 2016 +0100

    nginx: mirror: Increase timeout for /nar URLs.
---
 hydra/nginx/mirror-locations.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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