File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ import {
2525} from "./settings_frontend.ts" ;
2626import { translate } from "./translator/translator.ts" ;
2727
28- const DICTIONARY_AUTO_PARSE_THRESHOLD = 9000 ;
28+ const DICTIONARY_AUTO_PARSE_THRESHOLD = 10445 ;
2929const INITIAL_PAGE_SIZE = 100 ;
30- const MAX_PAGE_SIZE = 10000 ;
30+ const MAX_PAGE_SIZE = 25248 ;
3131
3232// never change this
3333const DICTIONARY_KEY = "dictionary" ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { settings } from "../settings.ts";
66import * as EnglishComposer from "./composer.ts" ;
77import { multipleSentences } from "./sentence.ts" ;
88
9- const RANDOMIZATION_LIMIT = 10000 ;
9+ const RANDOMIZATION_LIMIT = 25248 ;
1010
1111export function translate ( tokiPona : string ) : IterableResult < string > {
1212 return new IterableResult ( function * ( ) {
You can’t perform that action at this time.
0 commit comments