mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
fix: comment all cache clean after page update to prevent analytics cache deletion
This commit is contained in:
parent
eb70bb4f70
commit
e6197a4972
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class PageModel extends Model
|
|||
|
||||
// Clear the cache of all podcast and episode pages
|
||||
// TODO: change the logic of page caching to prevent clearing all cache every time
|
||||
cache()->clean();
|
||||
// cache()->clean();
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue