diff --git a/Cargo.toml b/Cargo.toml index d183beb24..15bd79973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" [workspace.package] -version = "0.1.73" +version = "0.1.74" 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 998bb1ae0..fba486a05 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.81" +version = "0.1.82" description = "" authors = ["you"] license = "" diff --git a/screenpipe-server/src/cli.rs b/screenpipe-server/src/cli.rs index b59e97a50..59235a020 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 = 30)] + #[arg(short = 'd', long, default_value_t = 120)] pub audio_chunk_duration: u64, /// Port to run the server on @@ -148,7 +148,7 @@ pub struct Cli { #[arg(long, default_value_t = false)] pub use_pii_removal: bool, - /// Restart recording process every X minutes (0 means no periodic restart) + /// Restart recording process every X minutes (0 means no periodic restart) - NOT RECOMMENDED #[arg(long, default_value_t = 0)] pub restart_interval: u64, } \ No newline at end of file