]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
fix(ERP-236): reduce default conversion interval to 10 days
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Tue, 24 Feb 2026 15:29:08 +0000 (18:29 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Tue, 24 Feb 2026 15:29:08 +0000 (18:29 +0300)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
erp24/commands/ConvertVideoController.php

index 023a2bacaa313806af6940b4523667f1e2ead40c..dbf31688f66ec5156f400a33e7249f2a8ef47bb2 100644 (file)
@@ -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
     {