fix(cache): bug (#3554)

This commit is contained in:
Dag 2023-07-19 22:18:42 +02:00 committed by GitHub
parent 93620aa105
commit 517c7f5c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(