Closed herokuservers closed 3 years ago
@danipragustia Okay. I am new to PHP. So I just wanted to know, what would be code to set it to 5 minutes as well as 10 minutes. Please could you help with it.
@danipragustia Also it does not play iphone and mac. why is that?
3 * 3600
to [multiply of 5] * 3600
example if you want 10 minutes change it to 2 * 3600
I close this issue.
Caches will expire in 4 hour
$date = $fdata_fetch->cache_date;
$diff = time() - strtotime($date);
if ($diff >= 12600) { // Check if file aleardy 3.5 hours
$fres = update_stream($fdata['hash']);`
// ............
}
Hello, This is not much of an issue. I just wanted to know following things.
It would be great if you could answer my above questions.