Skip to content

Commit

Permalink
Clean: remove unused grace period, fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasgeniar committed Nov 6, 2014
1 parent f36ffaf commit b6a6f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion production.vcl
Expand Up @@ -55,7 +55,6 @@ sub vcl_recv {
# Configure grace period, in case the backend goes down. This allows otherwise "outdated"
# cache entries to still be served to the user, because the backend is unavailable to refresh them.
# This may not be desireable for you, but showing a Varnish Guru Meditation error probably isn't either.
set req.grace = 15s;
if (req.backend.healthy) {
set req.grace = 30s;
} else {
Expand Down

0 comments on commit b6a6f81

Please sign in to comment.