1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-02 16:50:25 +02:00

less noisy on mac

This commit is contained in:
chrislu 2022-02-14 16:38:01 -08:00
parent 377bf31445
commit ebc22625b4

View file

@ -19,7 +19,7 @@ type statsCache struct {
func (wfs *WFS) StatFs(cancel <-chan struct{}, in *fuse.InHeader, out *fuse.StatfsOut) (code fuse.Status) {
glog.V(4).Infof("reading fs stats")
// glog.V(4).Infof("reading fs stats")
if wfs.stats.lastChecked < time.Now().Unix()-20 {