|
|
@ -200,13 +200,13 @@ class Wappalyzer {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
ping() {
|
|
|
|
ping() {
|
|
|
|
if ( Object.keys(this.hostnameCache).length > 1 ) {
|
|
|
|
if ( Object.keys(this.hostnameCache).length > 100 ) {
|
|
|
|
this.driver.ping(this.hostnameCache);
|
|
|
|
this.driver.ping(this.hostnameCache);
|
|
|
|
|
|
|
|
|
|
|
|
this.hostnameCache = {};
|
|
|
|
this.hostnameCache = {};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ( this.adCache.length > 1 ) {
|
|
|
|
if ( this.adCache.length > 50 ) {
|
|
|
|
this.driver.ping({}, this.adCache);
|
|
|
|
this.driver.ping({}, this.adCache);
|
|
|
|
|
|
|
|
|
|
|
|
this.adCache = [];
|
|
|
|
this.adCache = [];
|
|
|
|