Skip to content

Commit b121aad

Browse files
committed
Revert "Set hot_standby_feedback = 'on'"
This reverts commit 7ec447d. Uncomfirmed, but this was possibly causing load issues on the master by increasing table bloat.
1 parent 7ec447d commit b121aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

postgres-slave/postgresql.conf.ctmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ default_statistics_target = '300'
55
default_text_search_config = 'pg_catalog.english'
66
effective_cache_size = '{{keyOrDefault "docker-server-configs/services/postgres-slave.json/effective_cache_size" "4GB"}}'
77
hot_standby = 'on'
8-
hot_standby_feedback = 'on'
98
lc_messages = 'en_US.UTF-8'
109
lc_monetary = 'en_US.UTF-8'
1110
lc_numeric = 'en_US.UTF-8'

0 commit comments

Comments
 (0)