tao-test/app/taoProctoring/config/default/TerminateDeliveryExecutions.conf.php

6 lines
281 B
PHP

<?php
return new \oat\taoProctoring\model\TerminateDeliveryExecutionsService([
\oat\taoProctoring\model\TerminateDeliveryExecutionsService::OPTION_TTL_AS_ACTIVE => 'PT6H',
\oat\taoProctoring\model\TerminateDeliveryExecutionsService::OPTION_USE_DELIVERY_END_TIME => false
]);