Przeglądaj źródła

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 lat temu
rodzic
commit
069456b942
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config.h

+ 1 - 1
config.h

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