]> cat aescling's git repositories - mastodon.git/commitdiff
Fix env variable name
authorEugen <eugen@zeonfederated.com>
Tue, 10 Jan 2017 21:01:13 +0000 (22:01 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2017 21:01:13 +0000 (22:01 +0100)
config/database.yml

index 52c26f599c148969e63b1f68ae2eb4cfbd16e0b9..5ec342f939f8bf31283b5cd7ed8c01f91adf0e8f 100644 (file)
@@ -1,6 +1,6 @@
 default: &default
   adapter: postgresql
-  pool: <%= ENV["DB_POOL"] || ENV['RAILS_MAX_THREADS'] || 5 %>
+  pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
   timeout: 5000
   encoding: unicode