Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.h85 static const size_t kMaxRetry = 3; variable
Dblock_cache_tier.cc202 if (retry > kMaxRetry) { in InsertMain()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1395 const int kMaxRetry = 3; in TestCompactFiles() local
1396 for (int attempt = 0; attempt < kMaxRetry; ++attempt) { in TestCompactFiles()