fix: config

This commit is contained in:
archer
2023-08-05 11:51:40 +08:00
parent 761ae74b0a
commit 37a6293f5e
11 changed files with 39 additions and 67 deletions

View File

@@ -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;