god damn it php

This commit is contained in:
Shish
2023-01-11 13:27:57 +00:00
parent 8e1b371e83
commit 2a18322dd5
6 changed files with 44 additions and 35 deletions

View File

@@ -364,7 +364,7 @@ class CronUploader extends Extension
// Upload the file(s)
foreach ($image_queue as $img) {
$execution_time = microtime(true) - $_shm_load_start;
$execution_time = ftime() - $_shm_load_start;
if ($execution_time>$max_time) {
break;
} else {