Skip to content

Commit b4a6c18

Browse files
committed
Move to storeAsTfile
1 parent 6061e5a commit b4a6c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/CcdbDatabase.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void CcdbDatabase::store(std::shared_ptr<o2::quality_control::core::MonitorObjec
111111
long from = getCurrentTimestamp();
112112
long to = getFutureTimestamp(60 * 60 * 24 * 365 * 10);
113113

114-
ccdbApi.store(mo.get(), path, metadata, from, to);
114+
ccdbApi.storeAsTFile(mo.get(), path, metadata, from, to);
115115
}
116116

117117
core::MonitorObject* CcdbDatabase::retrieve(std::string taskName, std::string objectName, long timestamp)

0 commit comments

Comments
 (0)