mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
less noisy on mac
This commit is contained in:
parent
377bf31445
commit
ebc22625b4
|
@ -19,7 +19,7 @@ type statsCache struct {
|
||||||
|
|
||||||
func (wfs *WFS) StatFs(cancel <-chan struct{}, in *fuse.InHeader, out *fuse.StatfsOut) (code fuse.Status) {
|
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 {
|
if wfs.stats.lastChecked < time.Now().Unix()-20 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue