changed the header size to a better number

This commit is contained in:
Dhanya Maliakal
2017-03-23 15:17:21 +01:00
parent da8d535dae
commit 70a7217353

View File

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