Skip to content

Commit 18a7d62

Browse files
committed
Reduce default update rate to 500ms for improved responsiveness.
1 parent 3e5692e commit 18a7d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub struct Cli {
1717
pub per_monitor: bool,
1818

1919
/// Maximum update frequency in milliseconds
20-
#[arg(short, long, default_value_t = 1000)]
20+
#[arg(short, long, default_value_t = 500)]
2121
pub update_rate: u64,
2222

2323
/// Path to Wallpaper Engine executable

0 commit comments

Comments
 (0)