Skip to content

Commit

Permalink
Significantly increase maximal interval length.
Browse files Browse the repository at this point in the history
  • Loading branch information
ticki committed Jul 10, 2019
1 parent ae797b8 commit 418c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Default for TagSettings {
chrono::Duration::days(1),
],
relearning_interval_progressions: [-999, 1, 1, 1, 2],
max_interval: chrono::Duration::days(50),
max_interval: chrono::Duration::days(150),
min_interval_increase: chrono::Duration::days(1),
starting_ease: 2.5,
max_ease: 3.5,
Expand Down

0 comments on commit 418c7fd

Please sign in to comment.