cave/trend_tag: bump MIN_AFTER_MENTIONS from 3 to 5

This commit is contained in:
Astro 2022-11-20 03:31:31 +01:00
parent 91dcf74609
commit 6d2cc9894a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use std::collections::BTreeSet;
use crate::PERIOD_COMPARE_WINDOW;
const MIN_AFTER_MENTIONS: usize = 3;
const MIN_AFTER_MENTIONS: usize = 5;
#[derive(Debug)]
pub struct TrendTag {