OSDN Git Service

Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
[pg-rex/syncrep.git] / src / backend / utils / misc / guc.c
index 55cbf75..529148a 100644 (file)
@@ -1843,7 +1843,7 @@ static struct config_int ConfigureNamesInt[] =
                        GUC_UNIT_MS
                },
                &WalSndDelay,
-               200, 1, 10000, NULL, NULL
+               1000, 1, 10000, NULL, NULL
        },
 
        {