Skip to content

Commit

Permalink
Add batchLimit for db config
Browse files Browse the repository at this point in the history
  • Loading branch information
enxtur committed May 5, 2024
1 parent 42343f7 commit a13cc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const CONFIG = {
name: process.env.NODE_ENV,
authBaseUrl: process.env.AUTHBASE_URL,
db: {
batchLimit: 32_768, // 2^15,
connection: process.env.POSTGRES_SERVER,
logging: !!parseInt(process.env.POSTGRES_LOGGING ?? ''),
poolMin: 2,
Expand Down

0 comments on commit a13cc5b

Please sign in to comment.