summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_sysconfig_libusb1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/fusb_sysconfig_libusb1.cc')
-rw-r--r--usrp/host/lib/fusb_sysconfig_libusb1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/fusb_sysconfig_libusb1.cc b/usrp/host/lib/fusb_sysconfig_libusb1.cc
index c82bfe9a1..a005f540d 100644
--- a/usrp/host/lib/fusb_sysconfig_libusb1.cc
+++ b/usrp/host/lib/fusb_sysconfig_libusb1.cc
@@ -25,7 +25,7 @@
static const int MAX_BLOCK_SIZE = 16 * 1024; // hard limit
static const int DEFAULT_BLOCK_SIZE = 4 * 1024;
-static const int FUSB_BUFFER_SIZE = 2 * (1L << 20); // 2 MB
+static const int FUSB_BUFFER_SIZE = 1 * (1L << 20); // 1 MB
struct libusb_context;