fusefrontend: disable dirCache stats printing

This was inadvertedly kept enabled after benchmarking.
This commit is contained in:
Jakob Unterwurzacher 2019-01-04 22:06:28 +01:00
parent fab695fa60
commit 3365cfc02b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const (
// Enable Lookup/Store/Clear debug messages
enableDebugMessages = false
// Enable hit rate statistics printing
enableStats = true
enableStats = false
)
type dirCacheEntryStruct struct {