Skip to content

Commit

Permalink
fixes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzl committed Dec 15, 2016
1 parent 7624dd9 commit 9f0f32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LWdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ LWdb.prototype.importFrom = function(theWords) {
if (value==null) {
// define default value for settings
value = { "delay": 8640000,
"factorForDelayValue": [1,1,3,7],
"factorForDelayValue": [1,1,3,7,45,90,360,1000],
"offerLearnMode": false
};
// One day = 24h * 60m * 60s * 100μs
Expand Down

0 comments on commit 9f0f32f

Please sign in to comment.