remove the segment feature and always import segment

This commit is contained in:
Tamo 2024-10-17 11:14:33 +02:00
parent fa1db6b721
commit 3a7a20c716
5 changed files with 20 additions and 17 deletions

View file

@ -381,7 +381,6 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
db_path: dir.as_ref().join("db"),
dump_dir: dir.as_ref().join("dumps"),
env: "development".to_owned(),
#[cfg(feature = "analytics")]
no_analytics: true,
max_index_size: Byte::from_u64_with_unit(100, Unit::MiB).unwrap(),
max_task_db_size: Byte::from_u64_with_unit(1, Unit::GiB).unwrap(),