diff --git a/deluge/core/alertmanager.py b/deluge/core/alertmanager.py index b55a99458..6f6f40371 100644 --- a/deluge/core/alertmanager.py +++ b/deluge/core/alertmanager.py @@ -51,7 +51,7 @@ from deluge.log import LOG as log class AlertManager(component.Component): def __init__(self): log.debug("AlertManager initialized..") - component.Component.__init__(self, "AlertManager", interval=0.05) + component.Component.__init__(self, "AlertManager", interval=0.3) self.session = component.get("Core").session self.session.set_alert_mask(