Skip to content

Commit

Permalink
chore: time update in 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 11, 2024
1 parent cc8d8fa commit 4be9d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ impl MultiApplication for LalaMusicBar {
iced::subscription::Subscription::batch([
iced::time::every(std::time::Duration::from_secs(1))
.map(|_| Message::RequestDBusInfoUpdate),
iced::time::every(std::time::Duration::from_secs(60))
iced::time::every(std::time::Duration::from_secs(10))
.map(|_| Message::RequestUpdateTime),
iced::time::every(std::time::Duration::from_secs(5)).map(|_| Message::UpdateBalance),
iced::event::listen()
Expand Down

0 comments on commit 4be9d02

Please sign in to comment.