Commit e6197a49 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent eb70bb4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }