Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventservice/store/
Dsys_event_db_cleaner.cpp38 const int64_t DELETE_LIMIT = 10000; variable
78 if (delNum < DELETE_LIMIT) { // change to the next time interval in TryToCleanDb()
98 return SysEventDao::Delete(sysEventQuery, DELETE_LIMIT); in CleanDbByTime()