1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix: re-add reconnect: true to database

This is deprecated and, in my tests, isn't needed but to avoid any
potential issues I am re-adding it here. When we upgrade to Rails 7.1,
we can remove this and that'll handle reconnections as appropriate.
هذا الالتزام موجود في:
Adam Cooke
2024-02-06 13:14:21 +00:00
الأصل b9edcf5b7d
التزام 7bc5230cba

عرض الملف

@@ -1,5 +1,6 @@
default: &default
adapter: mysql2
reconnect: true
encoding: <%= Postal.config.main_db.encoding %>
pool: <%= Postal.config.main_db.pool_size %>
username: <%= Postal.config.main_db.username %>