Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Jan 1, 2024
1 parent 88ed233 commit 9d7af52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion personal/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Application < Rails::Application
require "custom_logger"
ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--clean', '--if-exists']
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1
config.active_record.schema_format = :sql
config.active_record.dump_schemas = :all

Expand Down
3 changes: 2 additions & 1 deletion personal/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ default: &default
encoding: unicode
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 10 } %>
timeout: 5000


development:
Expand Down

0 comments on commit 9d7af52

Please sign in to comment.