From 4e77193c61047353ebbe372462a07bcdc53b7aff Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Wed, 22 Oct 2025 22:22:24 +0200 Subject: [PATCH] Fix typo in attribute list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d212e..46dd163 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Available options: 'heartbeatPeriod' - sets the interval in seconds between replication heartbeats. Whenever the master's binary log is updated with an event, the waiting period for the next heartbeat is reset. interval is a decimal value having the range 0 to 4294967 seconds and a resolution in milliseconds; the smallest nonzero value is 0.001. Heartbeats are sent by the master only if there are no unsent events in the binary log file for a period longer than interval. -'saveUuid' - sets slave uuid for identification (default: 0015d2b6-8a06-4e5e-8c07-206ef3fbd274) +'slaveUuid' - sets slave uuid for identification (default: 0015d2b6-8a06-4e5e-8c07-206ef3fbd274) Similar projects =========