Skip to content

Commit f42cd80

Browse files
authored
Update connection_pool.ex
1 parent 28d488c commit f42cd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/db_connection/connection_pool.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ defmodule DBConnection.ConnectionPool do
287287
This means requests are coming in and your connection pool cannot serve them fast enough. \
288288
You can address this by:
289289
290-
1. Your database is available and you have the proper credentials to connect to it
290+
1. Ensuring your database is available and that you can connect to it
291291
2. Tracking down slow queries and making sure they are running fast enough
292292
3. Increasing the pool_size (albeit it increases resource consumption)
293293
4. Allowing requests to wait longer by increasing :queue_target and :queue_interval

0 commit comments

Comments
 (0)