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

Increased number of processes watched by a single garbage collector to cover...

Increased number of processes watched by a single garbage collector to cover the case for many drive processes per server.
parent d3a4d448
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
#include <algorithm>
namespace cta { namespace objectstore {
const size_t GarbageCollector::c_maxWatchedAgentsPerGC = 5;
const size_t GarbageCollector::c_maxWatchedAgentsPerGC = 25;
GarbageCollector::GarbageCollector(Backend & os, AgentReference & agentReference, catalogue::Catalogue & catalogue):
m_objectStore(os), m_catalogue(catalogue), m_ourAgentReference(agentReference), m_agentRegister(os) {
......
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