From 7803977337ecf2e4a271fa86a294c5f6acba6102 Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Thu, 25 Jan 2024 16:44:46 +0100 Subject: [PATCH] increase word tagger max input to 2000 --- frontend/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.production b/frontend/.env.production index 0169b4a..e09508a 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,3 +1,3 @@ # DO NOT INCLUDE SENSITIVE INFORMATION HERE, AS IT WILL BE BUNDLED -VITE_NLP_WORD_TAGGER_MAX_INPUT=500 \ No newline at end of file +VITE_NLP_WORD_TAGGER_MAX_INPUT=2000 \ No newline at end of file