Skip to content

Commit 346234c

Browse files
committed
tweaks
1 parent 30fb745 commit 346234c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ jobs:
88
uses: ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
99
with:
1010
stress-tests: true
11+
runs-on: ubuntu-latest-16core

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
mysql:
66
image: mysql:8.0
77
restart: unless-stopped
8-
command: [ "--max_connections=5000" ]
8+
command: [ "--max_connections=50000" ]
99
ports:
1010
- 3306:3306
1111
environment:
@@ -15,7 +15,7 @@ services:
1515
postgres:
1616
image: postgres:15.3
1717
restart: unless-stopped
18-
command: postgres -c 'max_connections=5000'
18+
command: postgres -c 'max_connections=50000'
1919
ports:
2020
- 5432:5432
2121
environment:

0 commit comments

Comments
 (0)