Replies: 1 comment
|
You can adjust the wings connections timeouts in the panel settings. For some requests the timeout is even hardcoded to 1 second to reduce page loading time. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've run a few computer box for my studio, and they may get transported or the site down. Not great, the main page gets 10s render hanging when the update rpc finds the server to only retrieve the status badge,while the query hang til its timeout.
Not happen for pterodactyl because the state is mostly handled on SPA and timeout of one endpoint call affect UX lightly and handleable, just some resource wasted til you know.
Though, in node config, there is a toggle for that assumption named "Maintenance mode". It is lightly treated for now. I'd assume: it will disengage any interaction with that endpoint.
Thanks and have a nice day!
TLDR: Wings down and it shouldn't mess up whole.
All reactions