We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fb745 commit 346234cCopy full SHA for 346234c
.github/workflows/master.yml
@@ -8,3 +8,4 @@ jobs:
8
uses: ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
9
with:
10
stress-tests: true
11
+ runs-on: ubuntu-latest-16core
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
mysql:
6
image: mysql:8.0
7
restart: unless-stopped
- command: [ "--max_connections=5000" ]
+ command: [ "--max_connections=50000" ]
ports:
- 3306:3306
environment:
@@ -15,7 +15,7 @@ services:
15
postgres:
16
image: postgres:15.3
17
18
- command: postgres -c 'max_connections=5000'
+ command: postgres -c 'max_connections=50000'
19
20
- 5432:5432
21
0 commit comments