Skip to content

Commit e287950

Browse files
committed
Merge branch 'main' into sync-main-16
2 parents bd6e7a9 + e70779b commit e287950

File tree

19 files changed

+1435
-65
lines changed

19 files changed

+1435
-65
lines changed

config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ options:
3232
crashes and there are replicas.
3333
type: string
3434
default: "on"
35+
durability_wal_keep_size:
36+
description: |
37+
Sets the minimum size of the WAL file to be kept for the replication.
38+
Allowed values are: from 0 to 2147483647.
39+
type: int
40+
default: 4096
3541
experimental_max_connections:
3642
type: int
3743
description: |
@@ -883,4 +889,4 @@ options:
883889
Multixact age at which VACUUM should scan whole table to freeze tuples.
884890
Allowed values are: from 0 to 2000000000.
885891
type: int
886-
default: 150000000
892+
default: 150000000

lib/charms/certificate_transfer_interface/v0/certificate_transfer.py

Lines changed: 402 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)