X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fcsv.c;h=770cb18ebc83fd54b77197495b04d992e2caeea2;hb=9a4fd01af84ac4739074c0e27b5ef3cb43637215;hp=477e651531ba452fc6d99a0223b0942b6cbf8187;hpb=8bc2fa6d820d05f88fa003baa9837ebc7663681d;p=libsigrok.git diff --git a/src/input/csv.c b/src/input/csv.c index 477e6515..770cb18e 100644 --- a/src/input/csv.c +++ b/src/input/csv.c @@ -26,7 +26,7 @@ #define LOG_PREFIX "input/csv" -#define CHUNK_SIZE (128 * 1024) +#define CHUNK_SIZE (4 * 1024 * 1024) /* * The CSV input module has the following options: