diff --git a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp index e76e8b7c3..f67f05ae0 100644 --- a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp +++ b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp @@ -33,7 +33,7 @@ BeamSteeringCWModSource::BeamSteeringCWModSource() : m_steeringDegrees(90), m_mutex(QMutex::Recursive) { - m_sampleMOFifo.init(2, 4096*64); + m_sampleMOFifo.init(2, 1200*64); m_vbegin.resize(2); for (int i = 0; i < 2; i++)