We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547b904 commit 9ca309aCopy full SHA for 9ca309a
lib/MetaCPAN/Web/Controller/Search.pm
@@ -22,7 +22,7 @@ sub index : Path : Args(0) {
22
# Redirect back to main page if search query is empty irrespective of
23
# whether we're feeling lucky or not.
24
unless ( $req->param('q') ) {
25
- $c->browser_max_age('1w');
+ $c->browser_max_age('7d');
26
$c->res->redirect('/');
27
$c->detach;
28
}
0 commit comments