Home
last modified time | relevance | path

Searched refs:conCurrentQueryCntLimit (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp173 int conCurrentQueryCntLimit = 4; in IsConcurrentQueryCntValid() local
174 if (concurrentQueryCnt < conCurrentQueryCntLimit) { in IsConcurrentQueryCntValid()
177 QueryStatusLogUtil::LogTooManyConcurrentQueries(conCurrentQueryCntLimit, tag.isInnerQuery); in IsConcurrentQueryCntValid()