diff --git a/src/main.rs b/src/main.rs index b28c350c..0e898eb8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,7 @@ use std::{ }; // 一度にtimelineやdetectionを実行する行数 -const MAX_DETECT_RECORDS: usize = 40000; +const MAX_DETECT_RECORDS: usize = 5000; fn main() { let analysis_start_time: DateTime = Local::now();