Closed unnawut closed 4 years ago
As suggested by @InoMurko, making these parameters configurable should allow us to tune the watcher_info services for better perf:
Ecto.Repo
:pool_size
Ecto.DBConnection.start_link/2
:backoff_min
:backoff_max
:backoff_type
:queue_target
:queue_interval
As suggested by @InoMurko, making these parameters configurable should allow us to tune the watcher_info services for better perf:
Ecto.Repo
's:pool_size
- the size of the pool used by the connection moduleEcto.DBConnection.start_link/2
's:backoff_min
,:backoff_max
and:backoff_type
Ecto.DBConnection.start_link/2
's:queue_target
and:queue_interval