forked from mirrors/Scribe.js
Temp test : add 10 min interval
This commit is contained in:
parent
bee244dd66
commit
f4c2999167
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@
|
||||||
|
|
||||||
|
|
||||||
//temp, log every 10 minutes
|
//temp, log every 10 minutes
|
||||||
console.tag("Test").log("Server date : " + new Date());
|
setInterval(function () {
|
||||||
|
console.tag("Test").log("Server date : " + new Date());
|
||||||
|
}, 10 * 60 * 1000);
|
||||||
|
|
||||||
app.listen(port, function() {
|
app.listen(port, function() {
|
||||||
console.time().log('Server listening at port ' + port);
|
console.time().log('Server listening at port ' + port);
|
||||||
|
|
Loading…
Add table
Reference in a new issue