diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-01-27 16:03:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-01-27 16:03:13 +0000 |
commit | c5956e2dce02f6089d1fb7c8415f5eb785928daf (patch) | |
tree | 490048e150338487d3c26ce79f0a8ad9da2e4bc9 | |
parent | 210650dbf0d3339fc5360ab8ec2ae32de3c77080 (diff) | |
download | rspamd-c5956e2dce02f6089d1fb7c8415f5eb785928daf.tar.gz rspamd-c5956e2dce02f6089d1fb7c8415f5eb785928daf.zip |
[Minor] Further adjustments of coefficients
-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 52a62f014..4c1f55d31 100644 --- a/src/libmime/lang_detection.c +++ b/src/libmime/lang_detection.c @@ -972,7 +972,7 @@ struct rspamd_frequency_sort_cbdata { gdouble mean; }; -static const gdouble tier1_adjustment = 0.6; +static const gdouble tier1_adjustment = 0.8; static const gdouble frequency_adjustment = 0.4; static gint |