]> sigrok.org Git - libsigrok.git/blobdiff - src/input/csv.c
input modules: Increase chunk size to 4MB for all modules.
[libsigrok.git] / src / input / csv.c
index 477e651531ba452fc6d99a0223b0942b6cbf8187..770cb18ebc83fd54b77197495b04d992e2caeea2 100644 (file)
@@ -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: