We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e723c7 commit 42a1b99Copy full SHA for 42a1b99
lib/db_connection/connection_pool.ex
@@ -293,7 +293,7 @@ defmodule DBConnection.ConnectionPool do
293
294
1. Ensuring your database is available and that you can connect to it
295
2. Tracking down slow queries and making sure they are running fast enough
296
- 3. Increasing the pool_size (albeit it increases resource consumption)
+ 3. Increasing the pool_size (although this increases resource consumption)
297
4. Allowing requests to wait longer by increasing :queue_target and :queue_interval
298
299
See DBConnection.start_link/2 for more information
0 commit comments