Interval of signing checks for whitelisted servers
Madis0 opened this issue ยท 0 comments
Idea
Implement an interval between each check of whether a server still requires signing or not. The time period could be in days, perhaps defaulting to a week?
Reasoning
We previously discussed the possibility of a timeout between checking whether the server still requires signing or not. At that time it was not deemed to be necessary, because the login flow was relatively fast anyway.
Now, as of v1.13.6, there is a timeout between server connections, which default to
"reconnectAwaitSeconds": 4,
"postDisconnectAwaitSeconds": 10
This is okay for new servers, as it is being processed by NCR, showing the full-screen warning, caching the state and all that.
But for servers that already are in the whitelist, this does make the UX more annoying as every joining attempt will have some sort of timeout.
Other Information
No response