mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
increase default rev limit to 200
This commit is contained in:
parent
9902e21cba
commit
3cccae7a1f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ defaultConf = {
|
||||||
'leechAction': 0,
|
'leechAction': 0,
|
||||||
},
|
},
|
||||||
'rev': {
|
'rev': {
|
||||||
'perDay': 100,
|
'perDay': 200,
|
||||||
'ease4': 1.3,
|
'ease4': 1.3,
|
||||||
'fuzz': 0.05,
|
'fuzz': 0.05,
|
||||||
'minSpace': 1, # not currently used
|
'minSpace': 1, # not currently used
|
||||||
|
|
Loading…
Reference in a new issue