]> git.localhorst.tv Git - alttp.git/commitdiff
adjust some defaults
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 13:56:56 +0000 (15:56 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 13:56:56 +0000 (15:56 +0200)
app/Console/Commands/SyncCabookey.php
app/Console/Commands/SyncCoopZossy.php
app/Console/Commands/SyncHTH.php

index 83febfdb3cf4d7fea650c8dc6edffe50b61fa3ad..afcc28c9b6a93216aef2c3829a72a0e73e774827 100644 (file)
@@ -80,7 +80,7 @@ class SyncCabookey extends Command {
                if (!$episode->start || $start->ne($episode->start)) {
                        $episode->start = $start;
                }
-               $episode->estimate = 90 * 60;
+               $episode->estimate = 120 * 60;
                $episode->confirmed = true;
                $episode->save();
                $this->syncPlayer($episode, $row[1], $row[2]);
index 38f3945f84f4cd3c2446c0ac5230e64637db4694..f4b9a4058e58b17674598265a53d0320a856e334 100644 (file)
@@ -95,7 +95,7 @@ class SyncCoopZossy extends Command {
                if (!$episode->start || $start->ne($episode->start)) {
                        $episode->start = $start;
                }
-               $episode->estimate = 90 * 60;
+               $episode->estimate = 120 * 60;
                $episode->confirmed = true;
                $episode->save();
 
index 293c15b351ddeb6df0a8623ba96132e264b8c80b..0740d42761021be89c3f26de273dd708b767e090 100644 (file)
@@ -128,7 +128,7 @@ class SyncHTH extends Command {
                if (!$episode->start || $start->ne($episode->start)) {
                        $episode->start = $start;
                }
-               $episode->estimate = 90 * 60;
+               $episode->estimate = 120 * 60;
                $episode->confirmed = true;
                if ($hthEntry['room']) {
                        $episode->raceroom = $hthEntry['room'];