pub fn reload_settings()Expand description
Reload settings from config files.
Called when the supervisor receives a ReloadConfig IPC request,
typically after pitchfork settings set modifies a config file.
Old Arc references remain valid until all holders drop them, so no use-after-free can occur.