Skip to content

Commit

Permalink
Merge branch 'hotfix/20.3.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Feb 26, 2020
2 parents 70a4303 + 87bba4a commit 077bd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -79,6 +79,7 @@ services:
- 5432:5432
environment:
POSTGRES_DB: osf
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_INITDB: |
sed -i -e 's/max_connections.*/max_connections = 5000/' /var/lib/postgresql/data/postgresql.conf
sed -i -e 's/#log_min_duration_statement = .*/log_min_duration_statement = 0/' /var/lib/postgresql/data/postgresql.conf
Expand Down

0 comments on commit 077bd91

Please sign in to comment.