We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf00b8 commit 1bd0f90Copy full SHA for 1bd0f90
src/duibrowser/frame.cpp
@@ -68,7 +68,7 @@ using namespace EA::TextWrapper;
68
//};
69
70
const int kViewTickTimerId = 1001;
71
-const int kViewTickTimerElapse = 500;
+const int kViewTickTimerElapse = 70;
72
const int kDefaultFontSize = 18;
73
const int kMiniFontSize = 12;
74
const int kPageTimeoutSeconds = 30;
0 commit comments