diff --git a/backend/notification_pusher/core/src/reader.rs b/backend/notification_pusher/core/src/reader.rs index 9ab0583387..6e71fdf121 100644 --- a/backend/notification_pusher/core/src/reader.rs +++ b/backend/notification_pusher/core/src/reader.rs @@ -30,7 +30,7 @@ impl Reader { pub async fn run(self) { info!(%self.notifications_canister_id, "Notifications reader started"); - let mut interval = time::interval(time::Duration::from_secs(2)); + let mut interval = time::interval(time::Duration::from_secs(1)); loop { if self.sender.is_full() { error!("Notifications queue is full");