mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
changed the header size to a better number
This commit is contained in:
@ -630,7 +630,7 @@ private:
|
|||||||
bool fileCreateSuccess;
|
bool fileCreateSuccess;
|
||||||
|
|
||||||
/** File header */
|
/** 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];
|
char fileHeader[MAX_NUMBER_OF_WRITER_THREADS][FILE_HEADER_SIZE];
|
||||||
|
|
||||||
/** File Descriptor */
|
/** File Descriptor */
|
||||||
|
Reference in New Issue
Block a user