Increase LINE_MAX_BYTES from 4096 to 16382

This commit is contained in:
Thomas Jensen 2021-03-04 21:42:00 +01:00
parent f27bac6465
commit 5c7680fbdb
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -63,7 +63,7 @@
#undef LINE_MAX_BYTES
#endif
#ifndef LINE_MAX_BYTES
#define LINE_MAX_BYTES 4096
#define LINE_MAX_BYTES 16382
#endif