Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase LanguageTool max text length

encode42 12dca476 963c72f1

+1 -1
+1 -1
config/server/language/languagetool.nix
··· 19 19 fasttextBinary = lib.getExe pkgs.fasttext; 20 20 inherit fasttextModel; 21 21 22 - maxTextLength = 380; 22 + maxTextLength = 2000; 23 23 24 24 pipelineCaching = true; 25 25 pipelinePrewarming = true;