tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Increase LanguageTool max text length
encode42.dev
1 week ago
12dca476
963c72f1
+1
-1
1 changed file
expand all
collapse all
unified
split
config
server
language
languagetool.nix
+1
-1
config/server/language/languagetool.nix
···
19
19
fasttextBinary = lib.getExe pkgs.fasttext;
20
20
inherit fasttextModel;
21
21
22
22
-
maxTextLength = 380;
22
22
+
maxTextLength = 2000;
23
23
24
24
pipelineCaching = true;
25
25
pipelinePrewarming = true;