Merge branch 'develop' into feature/10945-search-results-page

This commit is contained in:
Alex
2025-03-19 12:25:14 +01:00
committed by GitHub
194 changed files with 7025 additions and 2723 deletions
+3
View File
@@ -5,6 +5,9 @@ default: &default
port: <%= ENV.fetch('POSTGRES_PORT', '5432') %>
# ref: https://github.com/mperham/sidekiq/issues/2985#issuecomment-531097962
pool: <%= Sidekiq.server? ? ENV.fetch('SIDEKIQ_CONCURRENCY', 10) : ENV.fetch('RAILS_MAX_THREADS', 5) %>
# frequency in seconds to periodically run the Reaper, which attempts
# to find and recover connections from dead threads
reaping_frequency: <%= ENV.fetch('DB_POOL_REAPING_FREQUENCY', 30) %>
variables:
# we are setting this value to be close to the racktimeout value. we will iterate and reduce this value going forward
statement_timeout: <%= ENV["POSTGRES_STATEMENT_TIMEOUT"] || "14s" %>
+3
View File
@@ -154,3 +154,6 @@
display_name: Contact Chatwoot Support Team
enabled: true
chatwoot_internal: true
- name: search_with_gin
display_name: Search messages with GIN
enabled: false