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

6 lines
281 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?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
]);