mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
fix: config
This commit is contained in:
@@ -22,8 +22,7 @@ export async function connectToDatabase(): Promise<void> {
|
||||
global.systemEnv = {
|
||||
vectorMaxProcess: 10,
|
||||
qaMaxProcess: 10,
|
||||
pgIvfflatProbe: 10,
|
||||
sensitiveCheck: false
|
||||
pgIvfflatProbe: 10
|
||||
};
|
||||
global.sendInformQueue = [];
|
||||
global.sendInformQueueLen = 0;
|
||||
|
Reference in New Issue
Block a user