Remove invalid temp_file_size line in customPostgresql.conf (#192)

- Refs #191
This commit is contained in:
Cody Robertson 2023-10-17 10:23:26 -04:00 committed by GitHub
parent 300a261b2a
commit 9676c75fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ max_parallel_workers = 4
max_parallel_maintenance_workers = 2
# Other custom params
temp_file_size=1GB
synchronous_commit=off
# This one shouldn't be on regularly, because DB migrations often take a long time
# statement_timeout = 10000