Skip to content

Commit

Permalink
Undo pooling
Browse files Browse the repository at this point in the history
  • Loading branch information
datajohnson committed Aug 28, 2024
1 parent e5086dc commit 4d95039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const API_GATEWAY_KEY = process.env.API_GATEWAY_KEY || "";
export const DB_CONFIG = {
client: DB_CLIENT,
connection: { host: DB_HOST, user: DB_USER, password: DB_PASS, database: DB_NAME, port: DB_PORT },
pool: { min: 0, reapIntervalMillis: 600000 },
//pool: { min: 0, reapIntervalMillis: 600000 },
};

export const DB_CONFIG_DEV = {
Expand Down

0 comments on commit 4d95039

Please sign in to comment.