Compare commits

...
Author SHA1 Message Date
loks0n f47824155c fix: schedules limit 2025-12-16 17:18:02 +00:00
+1 -1
View File
@@ -118,7 +118,7 @@ abstract class ScheduleBase extends Action
$loadStart = microtime(true);
$time = DateTime::now();
$limit = 10_000;
$limit = 499;
$sum = $limit;
$total = 0;
$latestDocument = null;