diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libmime/lang_detection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/lang_detection.c b/src/libmime/lang_detection.c index 4e5103341..e38834999 100644 --- a/src/libmime/lang_detection.c +++ b/src/libmime/lang_detection.c @@ -26,7 +26,7 @@ #include <math.h> static const gsize default_short_text_limit = 200; -static const gsize default_words = 30; +static const gsize default_words = 80; static const gdouble update_prob = 0.6; static const gchar *default_languages_path = RSPAMD_PLUGINSDIR "/languages"; |