Skip to content

Commit

Permalink
set 200ms timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Nov 21, 2024
1 parent fc8c057 commit b1ead24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/routes/deck-options/FsrsOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
)) ||
resp.params.length === 0
) {
setTimeout(() => alert(tr.deckConfigFsrsParamsOptimal()), 100);
setTimeout(() => alert(tr.deckConfigFsrsParamsOptimal()), 200);
} else {
$config.fsrsParams5 = resp.params;
}
Expand Down

0 comments on commit b1ead24

Please sign in to comment.