fusefrontend: disable dirCache stats printing
This was inadvertedly kept enabled after benchmarking.
This commit is contained in:
parent
fab695fa60
commit
3365cfc02b
@ -18,7 +18,7 @@ const (
|
|||||||
// Enable Lookup/Store/Clear debug messages
|
// Enable Lookup/Store/Clear debug messages
|
||||||
enableDebugMessages = false
|
enableDebugMessages = false
|
||||||
// Enable hit rate statistics printing
|
// Enable hit rate statistics printing
|
||||||
enableStats = true
|
enableStats = false
|
||||||
)
|
)
|
||||||
|
|
||||||
type dirCacheEntryStruct struct {
|
type dirCacheEntryStruct struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user