Reworks notifications thread to avoid Redis accesses

Fixes #4673
This commit is contained in:
Simone Mainardi 2020-12-29 18:48:55 +01:00
parent 151ec5da89
commit d989f8d2c6
11 changed files with 63 additions and 65 deletions

View file

@ -654,10 +654,6 @@ function plugins_utils.loadPlugins(community_plugins_only)
-- Reload the periodic scripts to load the new plugins
ntop.reloadPeriodicScripts()
-- Mark a change in recipients so they will be automatically reloaded
local recipients = require "recipients"
recipients.set_recipients_change()
-- Reload user scripts with their configurations
local user_scripts = require "user_scripts"
user_scripts.loadUnloadUserScripts(true --[[ load --]])