diff --git a/app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php b/app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php index 76f786cf9..e69bd9ba6 100644 --- a/app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php +++ b/app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php @@ -19,8 +19,6 @@ class AdvancedSettingsFormRequest extends AdminFormRequest 'recaptcha:website_key' => 'required|string|max:191', 'pterodactyl:guzzle:timeout' => 'required|integer|between:1,60', 'pterodactyl:guzzle:connect_timeout' => 'required|integer|between:1,60', - 'pterodactyl:console:count' => 'required|integer|min:1', - 'pterodactyl:console:frequency' => 'required|integer|min:10', 'pterodactyl:client_features:allocations:enabled' => 'required|in:true,false', 'pterodactyl:client_features:allocations:range_start' => 'required|integer|between:1024,65535', 'pterodactyl:client_features:allocations:range_end' => 'required|integer|between:1024,65535', @@ -38,8 +36,6 @@ class AdvancedSettingsFormRequest extends AdminFormRequest 'recaptcha:website_key' => 'reCAPTCHA Website Key', 'pterodactyl:guzzle:timeout' => 'HTTP Request Timeout', 'pterodactyl:guzzle:connect_timeout' => 'HTTP Connection Timeout', - 'pterodactyl:console:count' => 'Console Message Count', - 'pterodactyl:console:frequency' => 'Console Frequency Tick', 'pterodactyl:client_features:allocations:enabled' => 'Auto Create Allocations Enabled', 'pterodactyl:client_features:allocations:range_start' => 'Starting Port', 'pterodactyl:client_features:allocations:range_end' => 'Ending Port', diff --git a/config/app.php b/config/app.php index f1fb42d83..f57036f95 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | change this value if you are not maintaining your own internal versions. */ - 'version' => '1.0.1', + 'version' => 'canary', /* |-------------------------------------------------------------------------- diff --git a/resources/views/admin/settings/advanced.blade.php b/resources/views/admin/settings/advanced.blade.php index b903b2435..3e92e7761 100644 --- a/resources/views/admin/settings/advanced.blade.php +++ b/resources/views/admin/settings/advanced.blade.php @@ -82,29 +82,6 @@ -
-
-

Console

-
-
-
-
- -
- -

The number of messages to be pushed to the console per frequency tick.

-
-
-
- -
- -

The amount of time in milliseconds between each console message sending tick.

-
-
-
-
-

Automatic Allocation Creation