Skip to content

Commit

Permalink
decrease ttl for notifs
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Sep 12, 2024
1 parent ce99bda commit 1a66c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oryx-tui/src/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl Notification {
let notif = Notification {
message: message.to_string(),
level,
ttl: 16,
ttl: 3,
};

sender.send(Event::Notification(notif))?;
Expand Down

0 comments on commit 1a66c16

Please sign in to comment.