Freeze change request: increase varnish timeout for pkgdb to 90s

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

 



 modules/varnish/files/proxy-el6.vcl |    1 +
 modules/varnish/files/proxy.vcl     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/varnish/files/proxy-el6.vcl b/modules/varnish/files/proxy-el6.vcl
index 384dedf..c66ebc6 100644
--- a/modules/varnish/files/proxy-el6.vcl
+++ b/modules/varnish/files/proxy-el6.vcl
@@ -18,6 +18,7 @@ backend mirrorlists {
 backend pkgdb {
     .host = "localhost";
     .port = "10003";
+    .first_byte_timeout = 90s;
 }
 
 backend fas {
diff --git a/modules/varnish/files/proxy.vcl b/modules/varnish/files/proxy.vcl
index a92ce55..baf02d5 100644
--- a/modules/varnish/files/proxy.vcl
+++ b/modules/varnish/files/proxy.vcl
@@ -18,6 +18,7 @@ backend mirrorlists {
 backend pkgdb {
     .host = "localhost";
     .port = "10003";
+    .first_byte_timeout = 90s;
 }
 
 backend fas {

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux