Skip to content
Snippets Groups Projects
Commit 19111b6d authored by Eric Cano's avatar Eric Cano
Browse files

Further increase garbage colletion timeout to 120s

parent b86262a6
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ cta::objectstore::Agent::Agent(const std::string & name, Backend & os):
void cta::objectstore::Agent::initialize() {
ObjectOps<serializers::Agent, serializers::Agent_t>::initialize();
m_payload.set_heartbeat(0);
m_payload.set_timeout_us(90*1000*1000);
m_payload.set_timeout_us(120*1000*1000);
m_payload.set_description("");
m_payload.set_being_garbage_collected(false);
m_payloadInterpreted = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment