mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
SDRdaemon: use own timer for Windows build with optimized interval at 60ms
This commit is contained in:
parent
55f389cfb0
commit
12ff4c2334
@ -199,7 +199,7 @@ void SDRdaemonUDPHandler::connectTimer(const QTimer* timer)
|
||||
#ifdef USE_INTERNAL_TIMER
|
||||
#warning "Uses internal timer"
|
||||
m_timer = new QTimer();
|
||||
m_timer->start(100);
|
||||
m_timer->start(60);
|
||||
m_throttlems = m_timer->interval();
|
||||
connect(m_timer, SIGNAL(timeout()), this, SLOT(tick()));
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user