Skip to content

Commit 1bd0f90

Browse files
author
achellies
committed
提高定时更新的频率
1 parent fcf00b8 commit 1bd0f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/duibrowser/frame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ using namespace EA::TextWrapper;
6868
//};
6969

7070
const int kViewTickTimerId = 1001;
71-
const int kViewTickTimerElapse = 500;
71+
const int kViewTickTimerElapse = 70;
7272
const int kDefaultFontSize = 18;
7373
const int kMiniFontSize = 12;
7474
const int kPageTimeoutSeconds = 30;

0 commit comments

Comments
 (0)