Skip to content

Commit

Permalink
Calm the default priority modifiers a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
ticki committed Sep 2, 2019
1 parent a020cab commit 5810c17
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 @@ -135,7 +135,7 @@ impl Default for TagSettings {
ease_increase: [-0.2, -0.15, 0.0, 0.05, 0.15],
interval_modifier: 1.0,
score_modifiers: [1.0, 0.7, 1.0, 1.2, 1.4],
priority_modifiers: [3.0, 2.0, 1.0, 0.5, 0.3],
priority_modifiers: [2.5, 1.5, 1.0, 0.6, 0.4],
score_weight: 0.05,
familiarity_delta: 0.1,
max_familiarity: 2.0,
Expand Down

0 comments on commit 5810c17

Please sign in to comment.