mattermost/server/build/docker/postgres.conf

8 lines
170 B
Text
Raw Normal View History

max_connections = 300
listen_addresses = '*'
fsync = off
full_page_writes = off
default_text_search_config = 'pg_catalog.english'
commit_delay=1000
logging_collector=off