From 517c7f5c9b003977aa7151b91c6e79342964c60f Mon Sep 17 00:00:00 2001 From: Dag Date: Wed, 19 Jul 2023 22:18:42 +0200 Subject: [PATCH] fix(cache): bug (#3554) --- lib/contents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(