Reduce maximum deck size in retention calculation
https://forums.ankiweb.net/t/anki-23-10-beta-5/35677/11
This commit is contained in:
parent
76e6da6652
commit
86f80ef926
@ -279,7 +279,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
bind:value={optimalRetentionRequest.deckSize}
|
bind:value={optimalRetentionRequest.deckSize}
|
||||||
defaultValue={10000}
|
defaultValue={10000}
|
||||||
min={100}
|
min={100}
|
||||||
max={999999}
|
max={99999}
|
||||||
>
|
>
|
||||||
<SettingTitle>Deck size</SettingTitle>
|
<SettingTitle>Deck size</SettingTitle>
|
||||||
</SpinBoxRow>
|
</SpinBoxRow>
|
||||||
|
Loading…
Reference in New Issue
Block a user