Skip to content
Discussion options

You must be logged in to vote

Thats not exactly what's happening, despite the AI pseudo-analysis. Each widget is absolutely independently fetched using swr, what I assume is happening is your browser hitting a max connections at once since glances in particular fans out to a bunch of different requests.

In the end, Id say it's not such a typical use case, having a widget for things that are often offline. Yes, we could implement a timeout, but that feels like a core change for a small benefit (no offense =). Alternatively you could put your homepage behind an HTTP/2 reverse proxy and I suspect this wouldnt be an issue. Or drop the dead server widgets, of course.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DoughDJ
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants