mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +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;
 | 
					    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…
	
		Reference in New Issue
	
	Block a user