Compare commits

...

1 Commits

Author SHA1 Message Date
Stas Kelvich
ff99f937ea 👀 what happens 2022-11-11 01:12:12 +02:00

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");