vk-fast-longpoll
Advanced tools
Comparing version 2.0.20 to 2.0.21
@@ -58,3 +58,2 @@ 'use strict'; | ||
{ | ||
logger.error(err); | ||
for(let i in current) | ||
@@ -86,2 +85,10 @@ this._queue.unshift(current[i]); | ||
} | ||
else if(body.error.error_code == 13) | ||
{ | ||
for(let i in current) | ||
this._queue.unshift(current[i]); | ||
this._callsCount--; | ||
console.log('API execute calls was decreased to ' + this._callsCount + ' due to big request body'); | ||
setTimeout(this._executeLoop, this._time); | ||
} | ||
else | ||
@@ -88,0 +95,0 @@ { |
@@ -33,3 +33,3 @@ { | ||
}, | ||
"version": "2.0.20" | ||
"version": "2.0.21" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25223
875