mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix: increase maximum length of startup command to 10000 characters
This commit is contained in:
@@ -15,7 +15,7 @@ class UpdateStartupCommandRequest extends ClientApiRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'startup' => 'required|string|min:1|max:1000',
|
||||
'startup' => 'required|string|min:1|max:10000',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user