This commit is contained in:
syuilo
2018-06-11 09:11:32 +09:00
parent dc3c80e3ce
commit 2ec25a7729
10 changed files with 185 additions and 43 deletions

View File

@ -19,7 +19,6 @@ import MachineInfo from './utils/machineInfo';
import DependencyInfo from './utils/dependencyInfo';
import serverStats from './daemons/server-stats';
import notesStats from './daemons/notes-stats';
import hashtagsStats from './daemons/hashtags-stats';
import loadConfig from './config/load';
import { Config } from './config/types';
@ -53,7 +52,6 @@ function main() {
ev.mount();
serverStats();
notesStats();
hashtagsStats();
} else {
workerMain(opt);
}