pub fn update<T>(key: &str, effective: &T)Expand description
Re-register a config section and notify listeners.
Call this when config is reloaded (e.g., from ConfigReloader).
Listeners registered via on_change are notified with the new
effective value.