Commit 7291804d authored by Sandeep S. Shewalkar's avatar Sandeep S. Shewalkar
Browse files

Update lazywriter.go

ARC replaced with LFU 
parent 64fde29e
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -86,7 +86,7 @@ func (lfd *LazyFDPHelper) StartProcess(objectCount int, taskName string,
// Use default ARC algo for store
lfd.gc = gcache.New(objectCount).
ARC().
LFU().
Build()
//Init timer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment