We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd11d8b commit 31e55aaCopy full SHA for 31e55aa
src/main.ts
@@ -25,7 +25,7 @@ import {
25
} from "./settings_frontend.ts";
26
import { translate } from "./translator/translator.ts";
27
28
-const DICTIONARY_AUTO_PARSE_THRESHOLD = 10445;
+const DICTIONARY_AUTO_PARSE_THRESHOLD = 5000;
29
const INITIAL_PAGE_SIZE = 100;
30
const MAX_PAGE_SIZE = 25248;
31
0 commit comments