|
|
@ -322,7 +322,7 @@ class Wappalyzer {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
ping() {
|
|
|
|
ping() {
|
|
|
|
if (Object.keys(this.hostnameCache).length > 25) {
|
|
|
|
if (Object.keys(this.hostnameCache).length > 50) {
|
|
|
|
this.driver.ping(this.hostnameCache);
|
|
|
|
this.driver.ping(this.hostnameCache);
|
|
|
|
|
|
|
|
|
|
|
|
this.hostnameCache = {};
|
|
|
|
this.hostnameCache = {};
|
|
|
|