turned off config file reloading by default
This commit is contained in:
@@ -326,7 +326,7 @@ function initReloadConfiguration(filename, options) {
|
||||
function configure (configurationFileOrObject, options) {
|
||||
var config = configurationFileOrObject;
|
||||
if (config === undefined || config === null || typeof(config) === 'string') {
|
||||
options = options || { reloadSecs: 60 };
|
||||
options = options || { };
|
||||
if (options.reloadSecs) {
|
||||
initReloadConfiguration(config, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user