Skip to content

Commit

Permalink
TooManyConnections raised when running the tests.
Browse files Browse the repository at this point in the history
In a test, any transaction (which will use a connection itself shouldn't take more than 5 seconds to complete)
  • Loading branch information
miguelff committed Nov 17, 2023
1 parent 5d57052 commit 104b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/planetscale_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENTRYPOINT /go/bin/ps-http-sim \
-http-port=8085 \
-mysql-addr=$MYSQL_HOST \
-mysql-port=$MYSQL_PORT \
-mysql-idle-timeout=1200s \
-mysql-idle-timeout=5s \
-mysql-no-pass \
-mysql-max-rows=1000 \
-mysql-dbname=$MYSQL_DATABASE

0 comments on commit 104b2a1

Please sign in to comment.