danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
640 stars 98 forks source link

--cache-check N seems not to work #173

Open dentm42 opened 6 years ago

dentm42 commented 6 years ago

It seems no matter what I set N to in the --cache-check parameter, it still logs a message every 5 seconds in the system logger. Is there a way to reduce that frequency?