Web traffic monitoring

This commit is contained in:
Sascha Leib
2025-10-03 21:30:29 +02:00
parent d02708c1ae
commit c31fb4d0a5
9 changed files with 321 additions and 167 deletions

View File

@@ -73,7 +73,7 @@
console.error(err);
} finally {
/* send the next heartbeat signal after x seconds: */
// setTimeout(this._onHeartbeat.bind(this, this._src.replace( this._scriptName, '/tick.php')),this._heartbeat * 1000);
setTimeout(this._onHeartbeat.bind(this, this._src.replace( this._scriptName, '/tick.php')),this._heartbeat * 1000);
}
}
}).init();