Commit 1829b22c by Archer Committed by GitHub

fix: plugin update (#1076)

fix: ts

perf: max w

perf: inform tip

fix: inform

remove deploy doc

remove volumn
parent 9e193b16
......@@ -11,8 +11,6 @@ import { mongoSessionRun } from '@fastgpt/service/common/mongo/sessionRun';
import { initGlobal } from './common/system';
import { startMongoWatch } from './common/system/volumnMongoWatch';
import { startTrainingQueue } from './core/dataset/training/utils';
import { clearDirFiles } from '@fastgpt/service/common/file/utils';
import { tmpFileDirPath } from '@fastgpt/service/common/file/constants';
/**
* connect MongoDB and init data
......@@ -34,9 +32,6 @@ export function connectToDatabase(): Promise<void> {
// start queue
startTrainingQueue(true);
// clear tmp files
clearDirFiles(tmpFileDirPath);
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment