fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 1abb3d4cca - Show all commits

View file

@ -332,10 +332,10 @@ export class GBVMService extends GBService {
}
},
pool: {
max: 32,
min: 8,
idle: 40000,
evict: 40000,
max: 5,
min: 0,
idle: 10000,
evict: 10000,
acquire: acquire
}
};

View file

@ -160,10 +160,10 @@ export class GBCoreService implements IGBCoreService {
}
},
pool: {
max: 32,
min: 8,
idle: 40000,
evict: 40000,
max: 5,
min: 0,
idle: 10000,
evict: 10000,
acquire: acquire
}
};