@ -2,7 +2,7 @@
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.4.18",
"version": "5.4.17",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {
@ -4,7 +4,7 @@
"homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies",
"default_locale": "en",
"manifest_version": 2,
"icons": {
@ -200,13 +200,13 @@ class Wappalyzer {
*
*/
ping() {
if ( Object.keys(this.hostnameCache).length > 1 ) {
if ( Object.keys(this.hostnameCache).length > 100 ) {
this.driver.ping(this.hostnameCache);
this.hostnameCache = {};
}
if ( this.adCache.length > 1 ) {
if ( this.adCache.length > 50 ) {
this.driver.ping({}, this.adCache);
this.adCache = [];