mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 08:58:05 +02:00
[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:
parent
106ee5505d
commit
b003b2cf8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue