Skip to content

Commit 4933cff

Browse files
committedOct 24, 2015
60s is enough
1 parent 5507edb commit 4933cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎routes/info.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = function Info(io)
6262
}
6363

6464
repeat(this._InfoTask).every(5000, 'ms').start.now();
65-
repeat(this._VoltageToFileTask).every(1, 's').start.now();
65+
repeat(this._VoltageToFileTask).every(60, 's').start.now();
6666
}
6767

6868

0 commit comments

Comments
 (0)
Please sign in to comment.