1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Improve Cache and encoder

This commit is contained in:
Daniel Neto 2024-08-09 15:27:26 -03:00
parent cafd250944
commit 4a8f82fdc9
5 changed files with 23 additions and 9 deletions

View file

@ -22,6 +22,7 @@ class CacheDB
{
if($schedule){
//insert
//_error_log("CacheDB::deleteCacheStartingWith($name) scheduled");
return Cache_schedule_delete::insert($name);
}else{
try {