rxr: remove file buffering

This commit is contained in:
2020-01-28 13:55:44 +01:00
parent c42b4b8c0e
commit af2f2708ad
2 changed files with 4 additions and 5 deletions

View File

@ -49,7 +49,7 @@ void BinaryFile::CreateFile() {
currentFileName = BinaryFileStatic::CreateFileName(*filePath, *fileNamePrefix, *fileIndex,
subFileIndex, *detIndex, *numUnitsPerDetector, index);
BinaryFileStatic::CreateDataFile(filefd, *overWriteEnable, currentFileName, FILE_BUFFER_SIZE);
BinaryFileStatic::CreateDataFile(filefd, *overWriteEnable, currentFileName);
if(!(*silentMode)) {
FILE_LOG(logINFO) << "[" << *udpPortNumber << "]: Binary File created: " << currentFileName;