changed the file header size t0 1kb and changed its description in the header

This commit is contained in:
Dhanya Maliakal
2017-03-23 13:41:37 +01:00
parent 78958c7699
commit 6f34dddb5a
2 changed files with 15 additions and 3 deletions

View File

@ -630,7 +630,7 @@ private:
bool fileCreateSuccess;
/** File header */
const static unsigned int FILE_HEADER_SIZE = 500;
const static unsigned int FILE_HEADER_SIZE = 1000;
char fileHeader[MAX_NUMBER_OF_WRITER_THREADS][FILE_HEADER_SIZE];
/** File Descriptor */