mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-21 19:24:47 +02:00
fix(cache): bug (#3554)
This commit is contained in:
parent
93620aa105
commit
517c7f5c9b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue