mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
disable busy check on tests
This commit is contained in:
@@ -223,7 +223,7 @@ function setupDefaultConfigs(meta, next) {
|
||||
winston.info('Populating database with default configs, if not already set...\n');
|
||||
|
||||
var defaults = require(path.join(nconf.get('base_dir'), 'install/data/defaults.json'));
|
||||
|
||||
defaults.eventLoopCheckEnabled = 0;
|
||||
meta.configs.setOnEmpty(defaults, next);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user