Skip to content

Commit bcca56d

Browse files
committed
Set GLO/Config/GRPLHCIF to 1 MONTH
1 parent 6fd9fc9 commit bcca56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void GRPLHCIFfileProcessor::sendOutput(DataAllocator& output, long start, const
221221
auto flName = o2::ccdb::CcdbApi::generateFileName(clName);
222222
std::map<std::string, std::string> md;
223223
md.emplace("created_by", "dpl");
224-
o2::ccdb::CcdbObjectInfo info("GLO/Config/GRPLHCIF", clName, flName, md, start, o2::ccdb::CcdbObjectInfo::INFINITE_TIMESTAMP);
224+
o2::ccdb::CcdbObjectInfo info("GLO/Config/GRPLHCIF", clName, flName, md, start, start + o2::ccdb::CcdbObjectInfo::MONTH);
225225
auto image = o2::ccdb::CcdbApi::createObjectImage(&lhcifdata, &info);
226226
LOG(info) << "Sending object " << info.getPath() << "/" << info.getFileName() << " of size " << image->size()
227227
<< " bytes, valid for " << info.getStartValidityTimestamp() << " : " << info.getEndValidityTimestamp();

0 commit comments

Comments
 (0)