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

Kevin Fenzi kevin at scrye.com
Mon Mar 7 18:29:15 UTC 2011


 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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110307/b47c6175/attachment.bin 


More information about the infrastructure mailing list