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(