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:
parent
216ecee7c5
commit
c937362961
@ -92,10 +92,8 @@ Laminar::Laminar() {
|
||||
|
||||
srv = nullptr;
|
||||
|
||||
// This is only a separate function because I imagined that it would
|
||||
// be nice to reload some configuration during runtime without restarting
|
||||
// the server completely. Currently not called from anywhere else
|
||||
// TODO: implement that
|
||||
// Load configuration, may be called again in response to an inotify event
|
||||
// that the configuration files have been modified
|
||||
loadConfiguration();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user