Skip to content

Commit

Permalink
Adjust instructions
Browse files Browse the repository at this point in the history
Use default max_replication_slots value as suggestion for examples /
tests.
  • Loading branch information
Euler Taveira committed Jan 3, 2020
1 parent 2f1bead commit 33a272b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ endif
# postgresql.conf:
#
# wal_level = logical
# max_replication_slots = 4
# max_replication_slots = 10
#
# Also, you should start the server before executing it.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You need to set up at least two parameters at postgresql.conf:

```
wal_level = logical
max_replication_slots = 1
max_replication_slots = 10
```

After changing these parameters, a restart is needed.
Expand Down

0 comments on commit 33a272b

Please sign in to comment.