Skip to content

Commit 02146c6

Browse files
authored
Change LUT file access timeout to 10 seconds
Updated the timeout value for accessing LUT files from 60 to 10 seconds.
1 parent 1564861 commit 02146c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Core/DelphesO2TrackSmearer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
6464
return false;
6565
}
6666

67-
const std::string localFilename = o2::fastsim::GeometryEntry::accessFile(filename, "./.ALICE3/LUTs/", mCcdbManager, 60);
67+
const std::string localFilename = o2::fastsim::GeometryEntry::accessFile(filename, "./.ALICE3/LUTs/", mCcdbManager, 10);
6868
mLUTHeader[ipdg] = new lutHeader_t;
6969

7070
std::ifstream lutFile(localFilename, std::ifstream::binary);

0 commit comments

Comments
 (0)