- 16d ·
-
Public·
-
mastodon.social
I'm wondering if database pools should always be set to 25 conns.
Puma/Sidekiq is not the only source of concurrency. load_async, Parallel, Thread.new, fibers, etc. So RMT + 5 doesn't make sense.
25 is low enough to catch leaks, high enough to allow concurrency