Skip to content

Commit 42a1b99

Browse files
authored
Improve grammar in error message (#250)
1 parent 4e723c7 commit 42a1b99

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
@@ -293,7 +293,7 @@ defmodule DBConnection.ConnectionPool do
293293
294294
1. Ensuring your database is available and that you can connect to it
295295
2. Tracking down slow queries and making sure they are running fast enough
296-
3. Increasing the pool_size (albeit it increases resource consumption)
296+
3. Increasing the pool_size (although this increases resource consumption)
297297
4. Allowing requests to wait longer by increasing :queue_target and :queue_interval
298298
299299
See DBConnection.start_link/2 for more information

0 commit comments

Comments
 (0)