forked from qt-creator/qt-creator
trk: reduce message timer interval to 10 ms
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
enum { TimerInterval = 100 };
|
||||
enum { TimerInterval = 10 };
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user