summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/pdl2texi/base.h')
-rw-r--r--doc/tools/pdl2texi/base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/pdl2texi/base.h b/doc/tools/pdl2texi/base.h
index 725342950f..12d481b3c7 100644
--- a/doc/tools/pdl2texi/base.h
+++ b/doc/tools/pdl2texi/base.h
@@ -22,8 +22,8 @@
* the program increase significantly.
*/
-#define BUFFER_SIZE (2 * 1024)
-#define PARAGRAPH_SIZE (2 * 1024)
+#define BUFFER_SIZE (10 * 1024)
+#define PARAGRAPH_SIZE (8 * 1024)
#define NUMBER_ELEMENTS( _x ) (sizeof(_x) / sizeof _x[0])