Skip to content

Commit

Permalink
Fixed DB flushing and linted the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jhvst committed Jan 3, 2013
2 parents 1d4dadb + 6815949 commit d392d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ app.get('/analytics', function(req, res){
});
```
###Defaults
Top of these methods no-js-analytics automatically saves visitor information into a text file every two hours, declared in milliseconds at lib/middleware.js on line 114. Below it you can also find the default interval of db flush, which is set to happen once in a day.
Top of these methods no-js-analytics automatically saves visitor information into a text file every two hours, declared in milliseconds at lib/middleware.js. Below it you can also find the default interval of db flush, which is set to happen once in a day.

###To-do
1. Returning and new visitor counters
Expand Down

0 comments on commit d392d57

Please sign in to comment.