file write disabled by default

This commit is contained in:
2022-02-15 15:34:50 +01:00
parent e5ec218e5f
commit 29cd944c11
2 changed files with 7 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class Implementation : private virtual slsDetectorDefs {
std::string filePath{"/"};
std::string fileName{"run"};
uint64_t fileIndex{0};
bool fileWriteEnable{true};
bool fileWriteEnable{false};
bool masterFileWriteEnable{true};
bool overwriteEnable{true};
uint32_t framesPerFile{0};