Update comment about loading configuration files

Dynamic reloading of config files was implemented in 216ecee7c5
pull/53/head
Oliver Giles 6 years ago
parent 216ecee7c5
commit c937362961

@ -92,10 +92,8 @@ Laminar::Laminar() {
srv = nullptr; srv = nullptr;
// This is only a separate function because I imagined that it would // Load configuration, may be called again in response to an inotify event
// be nice to reload some configuration during runtime without restarting // that the configuration files have been modified
// the server completely. Currently not called from anywhere else
// TODO: implement that
loadConfiguration(); loadConfiguration();
} }

Loading…
Cancel
Save