Skip to content
Snippets Groups Projects
Commit c558c831 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

raise sup_pdf_mem_size for a slightly better performance (HH)

parent 3cd16e0f
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@
# define PROCSET_IMAGE_C (1 << 3)
# define PROCSET_IMAGE_I (1 << 4)
# define inf_pdf_mem_size 10000 /* min size of the |mem| array */
# define sup_pdf_mem_size 10000000 /* max size of the |mem| array */
# define inf_pdf_mem_size 10000 /* min size of the |mem| array */
# define sup_pdf_mem_size 100000000 /* max size of the |mem| array */
extern PDF static_pdf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment