mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
sender is immediately woken up by transaction commit, there's no need to wake up so aggressively.
This commit is contained in:
@ -1843,7 +1843,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
GUC_UNIT_MS
|
||||
},
|
||||
&WalSndDelay,
|
||||
200, 1, 10000, NULL, NULL
|
||||
1000, 1, 10000, NULL, NULL
|
||||
},
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user