Skip to content

Commit 09a82c4

Browse files
committed
Fix heartbeat_send_timeout desc.
1 parent 12aafda commit 09a82c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multimaster.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ _PG_init(void)
494494
DefineCustomIntVariable(
495495
"multimaster.heartbeat_send_timeout",
496496
"Timeout in milliseconds of sending heartbeat messages",
497-
"Period of broadcasting heartbeat messages by arbiter to all nodes",
497+
"Period of broadcasting heartbeat messages",
498498
&MtmHeartbeatSendTimeout,
499499
200,
500500
1,

0 commit comments

Comments
 (0)