From: ben Date: Fri, 1 Dec 2006 21:15:51 +0000 (+0000) Subject: Increase page-tree branching factor from two to eight, since two was obviously X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/7157d7e1f6fa3af4f3ea008efd6b4f1bf9162074 Increase page-tree branching factor from two to eight, since two was obviously silly, and eight isn't. git-svn-id: svn://svn.tartarus.org/sgt/halibut@6936 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/bk_pdf.c b/bk_pdf.c index 71307d2..67176bf 100644 --- 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) {