Skip to content

Commit

Permalink
prod: increase sql connections on secondary (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow authored Nov 7, 2023
1 parent 56e707e commit 0954113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/production/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ secondary:
# 8MB, default & bitnami was 16MB (16777216)
tmp_table_size=8388608
# 80, default & bitnami was 151
max_connections=80
max_connections=160
# 7 days, default & bitnami is 0 (keep forever.)
expire_logs_days=7
# 100MB, default & bitnami was 1GB (1073741824)
Expand Down

0 comments on commit 0954113

Please sign in to comment.