Skip to content

Commit

Permalink
update feed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Nov 12, 2016
1 parent b1b39dc commit 14e711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/feed.t
Expand Up @@ -36,7 +36,7 @@ test_psgi app, sub {
cache_control => 'max-age=60',
surrogate_key =>
'RECENT DIST_UPDATES content_type=application/rss+xml content_type=application',
surrogate_control => 'max-age=60, stale-if-error=2592000',
surrogate_control => 'max-age=31556952, stale-if-error=2592000',
}
);
}
Expand Down

0 comments on commit 14e711a

Please sign in to comment.