Skip to content

Commit 31e55aa

Browse files
committed
decrease limit
1 parent fd11d8b commit 31e55aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
} from "./settings_frontend.ts";
2626
import { translate } from "./translator/translator.ts";
2727

28-
const DICTIONARY_AUTO_PARSE_THRESHOLD = 10445;
28+
const DICTIONARY_AUTO_PARSE_THRESHOLD = 5000;
2929
const INITIAL_PAGE_SIZE = 100;
3030
const MAX_PAGE_SIZE = 25248;
3131

0 commit comments

Comments
 (0)