Skip to content

Commit 33a272b

Browse files
author
Euler Taveira
committed
Adjust instructions
Use default max_replication_slots value as suggestion for examples / tests.
1 parent 2f1bead commit 33a272b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ endif
3131
# postgresql.conf:
3232
#
3333
# wal_level = logical
34-
# max_replication_slots = 4
34+
# max_replication_slots = 10
3535
#
3636
# Also, you should start the server before executing it.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You need to set up at least two parameters at postgresql.conf:
5454

5555
```
5656
wal_level = logical
57-
max_replication_slots = 1
57+
max_replication_slots = 10
5858
```
5959

6060
After changing these parameters, a restart is needed.

0 commit comments

Comments
 (0)