Merge branch 'dev' into SP-1754-be-implement-configure-space

This commit is contained in:
faris Aljohari
2025-07-02 02:25:43 -06:00
43 changed files with 1132 additions and 726 deletions

View File

@ -127,8 +127,8 @@ import { BookableSpaceEntity } from '../modules/booking/entities';
logger: typeOrmLogger,
extra: {
charset: 'utf8mb4',
max: 20, // set pool max size
idleTimeoutMillis: 5000, // close idle clients after 5 second
max: 100, // set pool max size
idleTimeoutMillis: 3000, // close idle clients after 5 second
connectionTimeoutMillis: 12_000, // return an error after 11 second if connection could not be established
maxUses: 7500, // close (and replace) a connection after it has been used 7500 times (see below for discussion)
},