diff --git a/Cargo.toml b/Cargo.toml index 15bd7997..cd3e0e35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" [workspace.package] -version = "0.1.74" +version = "0.1.75" authors = ["louis030195 "] description = "" repository = "https://github.com/mediar-ai/screenpipe" diff --git a/examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml b/examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml index fba486a0..39601054 100644 --- a/examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml +++ b/examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "screenpipe-app" -version = "0.1.82" +version = "0.1.83" description = "" authors = ["you"] license = "" diff --git a/screenpipe-server/src/cli.rs b/screenpipe-server/src/cli.rs index 59235a02..f3601fb4 100644 --- a/screenpipe-server/src/cli.rs +++ b/screenpipe-server/src/cli.rs @@ -69,7 +69,7 @@ pub struct Cli { pub fps: f64, // ! not crazy about this (unconsistent behaviour across platforms) see https://github.com/mediar-ai/screenpipe/issues/173 /// Audio chunk duration in seconds - #[arg(short = 'd', long, default_value_t = 120)] + #[arg(short = 'd', long, default_value_t = 30)] pub audio_chunk_duration: u64, /// Port to run the server on