Browse Source

increase allocation chunks

experimental/new_apache_hooks
Marcus Boerger 24 years ago
parent
commit
11611d0781
  1. 2
      main/spprintf.c

2
main/spprintf.c

@ -100,7 +100,7 @@
/*
* Size for realloc operations
*/
#define SPPRINTF_BLOCK_SIZE 10
#define SPPRINTF_BLOCK_SIZE 128
/*
* Descriptor for buffer area

Loading…
Cancel
Save