Commit 4c49e20d authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

déplacement en local de la config pour le max time execution

parent b9d54311
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5,10 +5,6 @@ use UnicaenEvenement\Service\EvenementCollection\EvenementCollectionService;

return [
    'unicaen-evenement' => [
        // Temps d'execution maximum pour le traitement des événements en console
        // données en seconde
        'max_time_execution' => 300,

        'service' => [
            // Évènements de base
            Type::COLLECTION => EvenementCollectionService::class,
+12 −0
Original line number Diff line number Diff line
<?php

use UnicaenEvenement\Entity\Db\Type;
use UnicaenEvenement\Service\EvenementCollection\EvenementCollectionService;

return [
    'unicaen-evenement' => [
        // Temps d'execution maximum pour le traitement des événements en console
        // données en seconde
        'max_time_execution' => 300,
    ],
];
 No newline at end of file