Skip to content

Commit

Permalink
reduce size of pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Jan 3, 2025
1 parent 063dc79 commit 5b809be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
MIX_ENV=test \
PROXY_DATABASE_TYPE=postgres \
PROXY_DATABASE_PORT=5432 \
PROXY_DATABASE_POOL_SIZE=500 \
PROXY_DATABASE_POOL_SIZE=95 \
PROXY_DATABASE_USERNAME=postgres \
PROXY_DATABASE_SECRET=postgres \
PROXY_CLUSTER_STRATEGY=gossip \
Expand Down

0 comments on commit 5b809be

Please sign in to comment.