mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-27 09:00:55 +00:00
!7028 优化getDefaultDisplaySync接口耗时
Merge pull request !7028 from cuifeihe/master
This commit is contained in:
commit
a344b9a5d0
@ -33,7 +33,7 @@ namespace {
|
||||
const static uint32_t MAX_RETRY_NUM = 6;
|
||||
const static uint32_t RETRY_WAIT_MS = 500;
|
||||
const static uint32_t MAX_DISPLAY_SIZE = 32;
|
||||
const static uint32_t MAX_INTERVAL_US = 13000;
|
||||
const static uint32_t MAX_INTERVAL_US = 15000;
|
||||
std::atomic<bool> g_dmIsDestroyed = false;
|
||||
}
|
||||
WM_IMPLEMENT_SINGLE_INSTANCE(DisplayManager)
|
||||
|
Loading…
Reference in New Issue
Block a user