mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 10:23:46 +02:00
Don't try to render 200 lines per second in the console... 💣
Corrects a math mistake on my end, and makes the console speed configurable again. Now sends 50 messages per second. Console will notify when being throttled, and refreshing the page will clear the queue if necessary.
This commit is contained in:
@@ -62,6 +62,10 @@ class ServerController extends Controller
|
||||
'saveFile' => route('server.files.save', $server->uuidShort),
|
||||
'csrfToken' => csrf_token(),
|
||||
],
|
||||
'config' => [
|
||||
'console_count' => config('pterodactyl.console.count'),
|
||||
'console_freq' => config('pterodactyl.console.freq'),
|
||||
],
|
||||
]);
|
||||
|
||||
return view('server.index', [
|
||||
|
||||
Reference in New Issue
Block a user