Searched refs:MAX_DB_SIZE (Results 1 – 2 of 2) sorted by relevance
125 constexpr int32_t MAX_DB_SIZE = 1000; variable
237 if (allEntries.size() == 0 || allEntries.size() > MAX_DB_SIZE) { in GetByPrefix()