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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user