Skip to content

Commit 8b9ac53

Browse files
committed
perltidy
1 parent 33c1ed6 commit 8b9ac53

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/MetaCPAN/Web/Controller/Root.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ Attempt to render a view, if needed.
113113
sub end : ActionClass('RenderView') {
114114
my ( $self, $c ) = @_;
115115

116-
# This will only affect if `cdn_max_age` has been set.
117-
# https://www.fastly.com/documentation/guides/concepts/edge-state/cache/stale/
118-
# If it has then do revalidation in the background
116+
# This will only affect if `cdn_max_age` has been set.
117+
# https://www.fastly.com/documentation/guides/concepts/edge-state/cache/stale/
118+
# If it has then do revalidation in the background
119119
$c->cdn_stale_while_revalidate('1d');
120+
120121
# And if there is still an error serve from cache
121122
$c->cdn_stale_if_error('1y');
122123

0 commit comments

Comments
 (0)