forked from Alex/Pterodactyl-Panel
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' => [
|
'schedules' => [
|
||||||
// The total number of tasks that can exist for any given schedule at once.
|
// 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' => [
|
'allocations' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user