hydra: berlin: Increase ngingx proxy narinfo timeouts.

* hydra/nginx/berlin.scm (publish-locations): Increase the timeouts to 10s.
This commit is contained in:
Mathieu Othacehe 2021-12-21 16:53:47 +01:00
parent 710135e1b0
commit fa5b02c5b7
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -108,9 +108,9 @@ Allow: /$\r
;; Do not tolerate slowness of hydra.gnu.org when fetching
;; narinfos: better return 504 quickly than wait forever.
"proxy_connect_timeout 2s;"
"proxy_read_timeout 2s;"
"proxy_send_timeout 2s;"
"proxy_connect_timeout 10s;"
"proxy_read_timeout 10s;"
"proxy_send_timeout 10s;"
;; 'guix publish --ttl' produces a 'Cache-Control' header for
;; use by 'guix substitute'. Let it through rather than use