Skip to content

Commit

Permalink
incrase con limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 23, 2024
1 parent c6eb5c7 commit 1255ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "3.9"
services:
osb:
image: postgres:13-alpine
command: -c 'max_connections=100'
command: -c 'max_connections=5000'
restart: always
container_name: osb_database
ports:
Expand All @@ -18,7 +18,7 @@ services:

robochimp:
image: postgres:13-alpine
command: -c 'max_connections=100'
command: -c 'max_connections=5000'
restart: always
container_name: robochimp_database
ports:
Expand Down
2 changes: 1 addition & 1 deletion vitest.integration.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
testTimeout: 30_000,
bail: 1,
threads: true,
maxConcurrency: 2,
maxConcurrency: 1,
minThreads: 1,
maxThreads: 2
}
Expand Down

0 comments on commit 1255ce8

Please sign in to comment.