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
|
||||
enableDebugMessages = false
|
||||
// Enable hit rate statistics printing
|
||||
enableStats = true
|
||||
enableStats = false
|
||||
)
|
||||
|
||||
type dirCacheEntryStruct struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user