Merge pull request #926 from basecamp/flavorjones/connection-pool-improvements

Connection pool improvements
This commit is contained in:
Mike Dalessio
2025-08-15 14:53:22 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ GIT
GIT
remote: https://github.com/basecamp/active_record-tenanted
revision: 8292180e8cd91d5ee08672f4b52e382ccd67d28f
revision: aa95db502f20bd632934cf0e0b97a18bf02851a8
specs:
active_record-tenanted (0.1.0)
activerecord (>= 8.1.alpha)
+1 -1
View File
@@ -6,7 +6,7 @@
#
default: &default
adapter: sqlite3
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
pool: 50
timeout: 5000
extensions:
- <%= SqliteVec.loadable_path %>