fn reconfigure(
found_files: FoundConfigFiles<'_>,
reconfigurable: &[Weak<dyn ReconfigurableModule>],
) -> Result<bool>
Expand description
Reload the configuration files, apply the runtime configuration, and reconfigure the client as much as we can.
Return true if we should be watching for configuration changes.