소스 검색

RT_NO made bigger -- 10 was too few for well proceduralized scripts

Jiri Kuthan 21 년 전
부모
커밋
c9ceddd019
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config.h

+ 1 - 1
config.h

@@ -55,7 +55,7 @@
 /* default number of child processes started */
 #define CHILD_NO    8
 
-#define RT_NO 10 /* routing tables number */
+#define RT_NO 20 /* routing tables number */
 #define FAILURE_RT_NO RT_NO /* on_failure routing tables number */
 #define ONREPLY_RT_NO RT_NO /* on_reply routing tables number */
 #define DEFAULT_RT 0 /* default routing table */