Skip to content

Commit

Permalink
pageserver: use interpreted wal proto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Nov 13, 2024
1 parent 55faef6 commit 0024fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pageserver_api/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pub mod defaults {
pub const DEFAULT_IO_BUFFER_ALIGNMENT: usize = 512;

pub const DEFAULT_WAL_RECEIVER_PROTOCOL: utils::postgres_client::PostgresClientProtocol =
utils::postgres_client::PostgresClientProtocol::Vanilla;
utils::postgres_client::PostgresClientProtocol::Interpreted;
}

impl Default for ConfigToml {
Expand Down

0 comments on commit 0024fe2

Please sign in to comment.