Merge branch 'development' into LTS_development
# Conflicts: # src/io.cpp
This commit is contained in:
commit
8756680d2e
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ namespace Mist {
|
|||
char pageId[NAME_BUFFER_SIZE];
|
||||
snprintf(pageId, NAME_BUFFER_SIZE, SHM_TRACK_DATA, streamName.c_str(), mapTid, pageNumber);
|
||||
int pageSize = pagesByTrack[tid][pageNumber].dataSize;
|
||||
#ifdef __CYGWIN__
|
||||
pageSize = 26 * 1024 * 1024;
|
||||
#endif
|
||||
/*LTS-START*/
|
||||
if (encrypt){
|
||||
pageSize = pageSize * 1.5;
|
||||
|
|
Loading…
Add table
Reference in a new issue