File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ defmodule DBConnection do
433
433
started, there are two relevant options to control the queue:
434
434
435
435
* `:queue_target` in milliseconds, defaults to 50ms
436
- * `:queue_interval` in milliseconds, defaults to 1000ms
436
+ * `:queue_interval` in milliseconds, defaults to 2000ms
437
437
438
438
Our goal is to wait at most `:queue_target` for a connection.
439
439
If all connections checked out during a `:queue_interval` takes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ defmodule DBConnection.ConnectionPool do
14
14
@ behaviour DBConnection.Pool
15
15
16
16
@ queue_target 50
17
- @ queue_interval 1000
17
+ @ queue_interval 2000
18
18
@ idle_interval 1000
19
19
@ time_unit 1000
20
20
You can’t perform that action at this time.
0 commit comments