aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/contents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/contents.php b/lib/contents.php
index 12a98b0c..4429a75c 100644
--- a/lib/contents.php
+++ b/lib/contents.php
@@ -169,7 +169,7 @@ function getContents(
break;
case 304:
// Not Modified
- $response['body'] = $cache->loadData();
+ $response['body'] = $cache->loadData(86400 * 7);
break;
default:
$exceptionMessage = sprintf(