drop support for various serverside config points
This commit is contained in:
@@ -249,7 +249,6 @@ var historyKeeper;
|
||||
|
||||
// Initialize tasks, then rpc, then store, then history keeper and then start the server
|
||||
var nt = nThen(function (w) {
|
||||
if (!config.enableTaskScheduling) { return; }
|
||||
var Tasks = require("./storage/tasks");
|
||||
console.log("loading task scheduler");
|
||||
Tasks.create(config, w(function (e, tasks) {
|
||||
|
||||
Reference in New Issue
Block a user