Increase page-tree branching factor from two to eight, since two was obviously
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Dec 2006 21:15:51 +0000 (21:15 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 1 Dec 2006 21:15:51 +0000 (21:15 +0000)
silly, and eight isn't.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6936 cda61777-01e9-0310-a592-d414129be87e

bk_pdf.c

index 71307d2..67176bf 100644 (file)
--- a/bk_pdf.c
+++ b/bk_pdf.c
@@ -7,7 +7,7 @@
 #include "paper.h"
 #include "deflate.h"
 
-#define TREE_BRANCH 2                 /* max branching factor in page tree */
+#define TREE_BRANCH 8                 /* max branching factor in page tree */
 
 paragraph *pdf_config_filename(char *filename)
 {