fix: comment all cache clean after page update to prevent analytics cache deletion

This commit is contained in:
Yassine Doghri 2020-10-14 18:29:23 +00:00
parent eb70bb4f70
commit e6197a4972
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}