mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
remove comments
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user