소스 검색

man: Fix consensus timeout

The consensus timeout is 1.2 * token_timeout,
which has been changeg from 1000 to 3000, so change also consensus
timeout.

Signed-off-by: miharahiro <hmihara@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
miharahiro 4 년 전
부모
커밋
d5b53fd227
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      man/corosync.conf.5

+ 1 - 1
man/corosync.conf.5

@@ -471,7 +471,7 @@ than token.  There is an increasing risk of odd membership changes, which still
 guarantee virtual synchrony,  as node count grows if consensus is less than
 guarantee virtual synchrony,  as node count grows if consensus is less than
 token.
 token.
 
 
-The default is 1200 milliseconds.
+The default is 3600 milliseconds.
 
 
 .TP
 .TP
 merge
 merge