Increase page-tree branching factor from two to eight, since two was obviously
[sgt/halibut] / 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)
 {