From 7157d7e1f6fa3af4f3ea008efd6b4f1bf9162074 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 1 Dec 2006 21:15:51 +0000 Subject: [PATCH] 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 --- 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) { -- 2.11.0