Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add clarification that interval is milliseconds
  • Loading branch information
jtakalai authored Aug 8, 2016
1 parent d77462b commit 1ff69b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ storage.init({
encoding: 'utf8',
logging: false, // can also be custom logging function
continuous: true,
interval: false,
interval: false, // milliseconds
ttl: false, // ttl* [NEW], can be true for 24h default or a number in MILLISECONDS
}, /* optional callback */ ).then(onSuccess, onError); // or use the promise
```
Expand Down

0 comments on commit 1ff69b9

Please sign in to comment.