Skip to content

Commit

Permalink
test: thread 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Mar 5, 2024
1 parent c13be61 commit 7b97731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- DB_CONNECTION_STRING=postgresql://rinha:rinha@0.0.0.0:6432/rinha?sslmode=disable
- ADDR=8081
- NODE_ENV=production
- UV_THREADPOOL_SIZE=2
- UV_THREADPOOL_SIZE=1
depends_on:
db:
condition: service_healthy
Expand All @@ -30,7 +30,7 @@ services:
- DB_CONNECTION_STRING=postgresql://rinha:rinha@0.0.0.0:6432/rinha?sslmode=disable
- ADDR=8082
- NODE_ENV=production
- UV_THREADPOOL_SIZE=2
- UV_THREADPOOL_SIZE=1

envoy:
image: envoyproxy/envoy:v1.29-latest
Expand Down

0 comments on commit 7b97731

Please sign in to comment.