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

Commit 6300f13

Browse files
authored
fix: 🐛 Cloud Run 02 (#159)
1 parent 44fd6ec commit 6300f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/database.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ default: &default
22
adapter: postgresql
33
encoding: unicode
44
pool: <%= ENV['RAILS_MAX_THREADS'] || 5 %>
5-
timeout: 5000
6-
strict: false
5+
# timeout: 5000
6+
# strict: false
77

88
development:
99
<<: *default

0 commit comments

Comments
 (0)