mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue