mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Turn off WalSender keepalives by default, users can enable if desired
This commit is contained in:
@ -837,7 +837,7 @@ WalSndLoop(void)
|
||||
|
||||
if (pq_is_send_pending())
|
||||
wakeEvents |= WL_SOCKET_WRITEABLE;
|
||||
else
|
||||
else if (MyWalSnd->sendKeepalive)
|
||||
{
|
||||
WalSndKeepalive(output_message);
|
||||
/* Try to flush pending output to the client */
|
||||
|
Reference in New Issue
Block a user