Update FileCache.h

This commit is contained in:
Kseniia Sumarokova 2022-04-28 12:46:45 +02:00 committed by GitHub
parent 63804fd425
commit 2039e0e974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ private:
size_t availableSize() const { return max_size - current_size; }
void loadCacheInfoIntoMemory(std::lock_guard<std::mutex> &cache_lock);
void loadCacheInfoIntoMemory(std::lock_guard<std::mutex> & cache_lock);
FileSegments splitRangeIntoCells(
const Key & key, size_t offset, size_t size, FileSegment::State state, std::lock_guard<std::mutex> & cache_lock);