Skip to content

Commit

Permalink
Change max number of accesses from 3 to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Oct 31, 2016
1 parent 048e58c commit 05552a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheInfo.cc
Expand Up @@ -100,7 +100,7 @@ using namespace XrdFileCache;
const char* Info::m_infoExtension = ".cinfo";
const char* Info::m_traceID = "Cinfo";
const int Info::m_defaultVersion = 2;
const size_t Info::m_maxNumAccess = 3;
const size_t Info::m_maxNumAccess = 20;

//------------------------------------------------------------------------------

Expand Down

0 comments on commit 05552a3

Please sign in to comment.