mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-13 19:45:56 +00:00
App memory - Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled (#3106)
This commit is contained in:
@@ -109,7 +109,6 @@ class update_worker(threading.Thread):
|
||||
default_notification_title
|
||||
)
|
||||
|
||||
|
||||
# Would be better if this was some kind of Object where Watch can reference the parent datastore etc
|
||||
v = watch.get(var_name)
|
||||
if v and not watch.get('notification_muted'):
|
||||
|
||||
Reference in New Issue
Block a user