From 7aa66b042d06d26da88b11b8c5312be949ba3c30 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 1 Dec 2006 21:15:51 +0000 Subject: Increase page-tree branching factor from two to eight, since two was obviously silly, and eight isn't. [originally from svn r6936] --- bk_pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1