소스 검색

set default downcheck value to 1000ms

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1309 fd59a12c-fef9-0310-b244-a6a79926bd2f
Fabien Thomas 19 년 전
부모
커밋
238278ad12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exec/totemconfig.c

+ 1 - 1
exec/totemconfig.c

@@ -64,7 +64,7 @@
 #define JOIN_TIMEOUT				100
 #define CONSENSUS_TIMEOUT			200
 #define MERGE_TIMEOUT				200
-#define DOWNCHECK_TIMEOUT			1000000
+#define DOWNCHECK_TIMEOUT			1000
 #define FAIL_TO_RECV_CONST			50
 #define	SEQNO_UNCHANGED_CONST			30
 #define MINIMUM_TIMEOUT				(int)(1000/HZ)*3