diff --git a/src/components/notifications.rs b/src/components/notifications.rs index 3d45d9f3..6ea54324 100644 --- a/src/components/notifications.rs +++ b/src/components/notifications.rs @@ -44,7 +44,7 @@ impl fmt::Display for XDGNotifications { impl XDGNotifications { pub fn new() -> Self { XDGNotifications { - rate_limit: RateLimit::new(3, 1000), + rate_limit: RateLimit::new(1000, 1000), } } }