BBlack has submitted this change and it was merged.

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(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Iea91c9508ba834cc11f74f98075e052d73d4db94
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to