elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Consider removing ownership_timeout now that we perform automatic reclaim #136

Closed josevalim closed 6 years ago

josevalim commented 6 years ago

I guess it is still worth having it for sanity checking purposes but we can increase it to 60s and mention in the docs it can be increased without worries.

josevalim commented 6 years ago

In the worst scenario, people can set it to infinity. :+1: