mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
FFTVisualDataThread sleep adjustment
This commit is contained in:
@@ -36,7 +36,7 @@ void FFTVisualDataThread::run() {
|
||||
|
||||
while(!terminated) {
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(15));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(12));
|
||||
|
||||
int fftSize = wproc.getDesiredInputSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user