Closed alehatsman closed 6 years ago
Hey,
Let's not send requests for updates each second, because if the server is stuck during load time, requests queue a lot which generates even more load. I think the correct loop is sent a request, wait for a response and then sent a new one.
Regards
Good point, sounds like a better approach. The relevant code is here if you want to check it out.
Ok will take a look!
See PR #188
Fixed in #188 and released as 0.14.1
0.14.1
Hey,
Let's not send requests for updates each second, because if the server is stuck during load time, requests queue a lot which generates even more load. I think the correct loop is sent a request, wait for a response and then sent a new one.
Regards