浏览代码

maximum number of branches increased from 4 to 12 -- 4 frequently
too low for many our users, which caused lot of confusion

Jiri Kuthan 22 年之前
父节点
当前提交
069456b942
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.h

+ 1 - 1
config.h

@@ -143,7 +143,7 @@
 #define MAX_RPORT_SIZE		13
 
 /* maximum number of branches per transaction */
-#define MAX_BRANCHES    4
+#define MAX_BRANCHES    12
 
 /* maximum length of a FIFO server command */
 #define MAX_FIFO_COMMAND 512