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 e8ad992 commit 1b9783dCopy full SHA for 1b9783d
lib/db_connection/ownership/proxy.ex
@@ -22,8 +22,6 @@ defmodule DBConnection.Ownership.Proxy do
22
23
@impl true
24
def init({caller, pool, pool_opts}) do
25
- Util.set_label("db_ownership_proxy")
26
-
27
pool_opts =
28
pool_opts
29
|> Keyword.put(:timeout, :infinity)
lib/db_connection/task.ex
@@ -13,8 +13,6 @@ defmodule DBConnection.Task do
13
end
14
15
def init(fun, parent, opts) do
16
- DBConnection.Util.set_label("db_after_connect_task")
17
18
try do
19
Process.link(parent)
20
catch
0 commit comments