1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

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

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(