Improve performance of PC polling with many paired PCs

This commit is contained in:
Cameron Gutman
2017-09-02 20:30:18 -07:00
parent f485c8ce49
commit 94df20bbee
4 changed files with 24 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ NvHTTP.prototype = {
completion(this);
}
}.bind(this), function() {
if (++this._consecutivePollFailures >= 3) {
if (++this._consecutivePollFailures >= 2) {
this.online = false;
}