Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

fix: 🐛 Cloud Run 03 #159

Merged
merged 1 commit into from
Nov 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ default: &default
adapter: postgresql
encoding: unicode
pool: <%= ENV['RAILS_MAX_THREADS'] || 5 %>
timeout: 5000
strict: false
# timeout: 5000
# strict: false

development:
<<: *default
Expand Down