👀 what happens

This commit is contained in:
Stas Kelvich
2022-11-11 01:12:12 +02:00
parent 7fd88fab59
commit ff99f937ea

View File

@@ -287,7 +287,7 @@ impl PostgresNode {
conf.append("shared_buffers", "1MB");
conf.append("fsync", "off");
conf.append("max_connections", "100");
conf.append("wal_level", "replica");
conf.append("wal_level", "logical");
// wal_sender_timeout is the maximum time to wait for WAL replication.
// It also defines how often the walreciever will send a feedback message to the wal sender.
conf.append("wal_sender_timeout", "5s");