1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

Update comment about loading configuration files

Dynamic reloading of config files was implemented in 216ecee7c5
This commit is contained in:
Oliver Giles 2018-04-20 12:54:39 +03:00
parent 216ecee7c5
commit c937362961

View File

@ -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();
} }