Skip to content

Commit

Permalink
Fix warning for sqlite db config
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Oct 3, 2024
1 parent 7ac9841 commit 01ea3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummy/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default: &default
default: &default
adapter: sqlite3
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 50 } %>
retries: 100
timeout: 100
<% end %>

development:
Expand Down

0 comments on commit 01ea3ec

Please sign in to comment.