Mercurial Hosting > luan
view host/startup/postgres/postgresql.conf.slave @ 1648:224af797b1f9
Mainly small install script improvements
- Consistent usage of `$LUANHOME`, removed reliance on current directory.
- Made Luan build and install fine (on Linux) without requiring launching it via sudo. Only asks to elevate privileges if installation failed.
- Minor spelling mistake fix.
author | Fox |
---|---|
date | Mon, 28 Mar 2022 18:00:12 +0200 |
parents | 35c626c06dd5 |
children |
line wrap: on
line source
log_timezone = 'US/Central' datestyle = 'iso, mdy' timezone = 'US/Central' lc_messages = 'en_US.UTF-8' lc_monetary = 'en_US.UTF-8' lc_numeric = 'en_US.UTF-8' lc_time = 'en_US.UTF-8' default_text_search_config = 'pg_catalog.english' shared_buffers = 4096MB temp_buffers = 256MB work_mem = 256MB maintenance_work_mem = 256MB max_stack_depth = 7680kB effective_cache_size = 8192MB wal_level = hot_standby max_wal_senders = 2 wal_keep_segments = 128 max_locks_per_transaction = 5000 hot_standby = on