@ -59,6 +59,8 @@
;
w.driver = {
timeout: 1000,
/**
* Log messages to console
*/
@ -15,6 +15,8 @@
headersCache = {};
@ -343,6 +343,8 @@
}
@ -125,7 +125,7 @@ var wappalyzer = (function() {
this.lastTime = new Date().getTime();
this.timedOut = this.lastTime - this.startTime > 1000;
this.timedOut = this.lastTime - this.startTime > w.driver.timeout;
};
@ -52,6 +52,8 @@
wappalyzer.driver = {