summarylogtreecommitdiffstats
path: root/0005-low-timer.patch
blob: b40c9c27cff480fdf4a9d3590a9893aa49ccfa5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index 7b404712f77..5ec7a6fb25b 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -118,7 +118,7 @@
 #include <QtCore/qpointer.h>
 #include <QtCore/qscopedvaluerollback.h>
 
-#define DEFAULT_TIMER_INTERVAL 16
+#define DEFAULT_TIMER_INTERVAL 4
 #define PAUSE_TIMER_COARSE_THRESHOLD 2000
 
 QT_BEGIN_NAMESPACE