mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
fix(cache): bug (#3554)
This commit is contained in:
parent
93620aa105
commit
517c7f5c9b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user