diff --git a/plugins/samplesink/limesdroutput/limesdroutput.cpp b/plugins/samplesink/limesdroutput/limesdroutput.cpp index a3e732aa1..e6ac04107 100644 --- a/plugins/samplesink/limesdroutput/limesdroutput.cpp +++ b/plugins/samplesink/limesdroutput/limesdroutput.cpp @@ -165,7 +165,7 @@ bool LimeSDROutput::openDevice() m_streamId.channel = m_deviceShared.m_channel; // channel number m_streamId.fifoSize = 5000000; // fifo size in samples - m_streamId.throughputVsLatency = 0.0; // optimize for max throughput + m_streamId.throughputVsLatency = 1.0; // optimize for max throughput m_streamId.isTx = true; // TX channel m_streamId.dataFmt = lms_stream_t::LMS_FMT_I12; // 12-bit integers