From: Aleksey Filippov Date: Tue, 24 Feb 2026 15:29:08 +0000 (+0300) Subject: fix(ERP-236): reduce default conversion interval to 10 days X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4e7d052a246bd09c9f5962629a04eddf63f72ec3;p=erp24_rep%2Fyii-erp24%2F.git fix(ERP-236): reduce default conversion interval to 10 days Co-Authored-By: Claude Opus 4.6 --- diff --git a/erp24/commands/ConvertVideoController.php b/erp24/commands/ConvertVideoController.php index 023a2bac..dbf31688 100644 --- a/erp24/commands/ConvertVideoController.php +++ b/erp24/commands/ConvertVideoController.php @@ -36,8 +36,8 @@ class ConvertVideoController extends Controller /** @var int Пауза между файлами в секундах (снижает нагрузку) */ public int $sleep = 2; - /** @var int Конвертировать файлы за последние N дней (0 = все, по умолчанию 30) */ - public int $days = 30; + /** @var int Конвертировать файлы за последние N дней (0 = все, по умолчанию 10) */ + public int $days = 10; public function options($actionID): array {