Skip to content

Commit

Permalink
Check every 15 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed Jul 25, 2023
1 parent fb0d366 commit eece335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn main() {
println!("Can't change wallpaper: {:?}", error);
}

sleep(Duration::from_secs(300));
sleep(Duration::from_secs(900));
}
}).unwrap();

Expand Down

0 comments on commit eece335

Please sign in to comment.