#include <sys/time.h>
#include "sigrok.h"
-#define CHUNKSIZE 4096
+#define CHUNKSIZE (512 * 1024)
#define DEFAULT_NUM_PROBES 8
static int format_match(const char *filename)
#include "sigrok-internal.h"
/* size of payloads sent across the session bus */
-#define CHUNKSIZE 4096
+#define CHUNKSIZE (512 * 1024)
struct session_vdevice {
char *capturefile;
#endif
/* Size of a datastore chunk in units */
-#define DATASTORE_CHUNKSIZE 512000
+#define DATASTORE_CHUNKSIZE (512 * 1024)
/*--- hwplugin.c ------------------------------------------------------------*/