mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-20 23:20:21 +00:00
Improve performance of PC polling with many paired PCs
This commit is contained in:
@@ -138,7 +138,7 @@ NvHTTP.prototype = {
|
||||
completion(this);
|
||||
}
|
||||
}.bind(this), function() {
|
||||
if (++this._consecutivePollFailures >= 3) {
|
||||
if (++this._consecutivePollFailures >= 2) {
|
||||
this.online = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user