We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351c07 commit 5f90e5fCopy full SHA for 5f90e5f
app/Models/Server.php
@@ -105,7 +105,6 @@ class Server extends Validable
105
'swap' => 'required|numeric|min:-1',
106
'io' => 'required|numeric|between:10,1000',
107
'cpu' => 'required|numeric|min:0',
108
- 'threads' => 'present|nullable|regex:/^([\d-,]+)$/',
109
'oom_disabled' => 'sometimes|boolean',
110
'disk' => 'required|numeric|min:0',
111
'allocation_id' => 'required|bail|unique:servers|exists:allocations,id',
@@ -135,7 +134,6 @@ class Server extends Validable
135
134
'disk' => 'integer',
136
'io' => 'integer',
137
'cpu' => 'integer',
138
- 'threads' => 'string',
139
'oom_disabled' => 'boolean',
140
'allocation_id' => 'integer',
141
'nest_id' => 'integer',
0 commit comments