remove comments

This commit is contained in:
Ivan Morozov
2022-10-05 15:12:15 +03:00
parent bb1dc3c8b4
commit 56e02231db
8 changed files with 27 additions and 200 deletions

View File

@ -24,7 +24,7 @@ private:
void DoCheckSizeLimitReached();
int add(std::shared_ptr<Sector> item);
private:
const int MAX_SECTOR_V4_COUNT_LOCK_RANGE = 524287; //0x7FFFFF00 for Version 4
const int MAX_SECTOR_V4_COUNT_LOCK_RANGE = 524287; // 0x7FFFFF00 for Version 4
const int SLICE_SIZE = 4096;
bool sizeLimitReached = false;