[buffer] Increase the upper limit on buffer sizes

This should really be configurable per buffer, I think,
but for now set the upper limit to much higher than it is now.
This commit is contained in:
Ray Strode 2009-08-10 14:02:05 -04:00
parent 106ee5505d
commit b003b2cf8d

View file

@ -43,7 +43,7 @@
#endif
#ifndef PLY_BUFFER_MAX_BUFFER_CAPACITY
#define PLY_BUFFER_MAX_BUFFER_CAPACITY (8 * 4096)
#define PLY_BUFFER_MAX_BUFFER_CAPACITY (255 * 4096)
#endif
struct _ply_buffer