diff --git a/config/pterodactyl.php b/config/pterodactyl.php index db08688d..b7cd1255 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -141,7 +141,7 @@ return [ 'schedules' => [ // The total number of tasks that can exist for any given schedule at once. - 'per_schedule_task_limit' => 10, + 'per_schedule_task_limit' => env('PTERODACTYL_PER_SCHEDULE_TASK_LIMIT', 10), ], 'allocations' => [