Skip to content

Commit

Permalink
writeCanceledSlots-time shortened to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthilo96 committed Jan 22, 2025
1 parent 0536043 commit 17a2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmsdb/src/Zmsdb/Helper/CalculateSlots.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function writePostProcessingByScope(\BO\Zmsentities\Scope $scope, \DateTi
}
}

public function writeCanceledSlots(\DateTimeInterface $now, $modify = '+10 minutes')
public function writeCanceledSlots(\DateTimeInterface $now, $modify = '+5 minutes')
{
\BO\Zmsdb\Connection\Select::getWriteConnection();
$slotQuery = new \BO\Zmsdb\Slot();
Expand Down

0 comments on commit 17a2832

Please sign in to comment.