Преглед изворни кода

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