浏览代码

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 */