mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
fix: comment all cache clean after page update to prevent analytics cache deletion
This commit is contained in:
parent
eb70bb4f70
commit
e6197a4972
@ -45,7 +45,7 @@ class PageModel extends Model
|
|||||||
|
|
||||||
// Clear the cache of all podcast and episode pages
|
// Clear the cache of all podcast and episode pages
|
||||||
// TODO: change the logic of page caching to prevent clearing all cache every time
|
// TODO: change the logic of page caching to prevent clearing all cache every time
|
||||||
cache()->clean();
|
// cache()->clean();
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user