Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/184442

Change subject: Restore the standard hit-for-pass processing in mobile-frontend
......................................................................

Restore the standard hit-for-pass processing in mobile-frontend

It was commented out as a test a long time ago and never put back, and
it should be restored.

Change-Id: Iea91c9508ba834cc11f74f98075e052d73d4db94
---
M templates/varnish/mobile-frontend.inc.vcl.erb
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/42/184442/1

diff --git a/templates/varnish/mobile-frontend.inc.vcl.erb 
b/templates/varnish/mobile-frontend.inc.vcl.erb
index 496733c..ba48614 100644
--- a/templates/varnish/mobile-frontend.inc.vcl.erb
+++ b/templates/varnish/mobile-frontend.inc.vcl.erb
@@ -133,12 +133,10 @@
                set beresp.ttl = 60 s;
        }
 
-/*
        if (beresp.ttl <= 0s) {
                set beresp.ttl = 120s;
                return (hit_for_pass);
        }
-*/
 
        return (deliver);
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/184442
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea91c9508ba834cc11f74f98075e052d73d4db94
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to