mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 00:52:43 +01:00
Add environment variable for per_schedule_task_limit
(#3557)
The environment variable `PTERODACTYL_PER_SCHEDULE_TASK_LIMIT` can be used to change the maximum number of tasks per schedule.
This commit is contained in:
parent
b4cae916ac
commit
b67aceb685
@ -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' => [
|
||||
|
Loading…
Reference in New Issue
Block a user