aliyun / ossfs

Export s3fs for aliyun oss.
GNU General Public License v2.0
740 stars 152 forks source link

disable stat cache expiration mechanism by -o stat_cache_expire=-1 #164

Open AlbeeSo opened 7 months ago

AlbeeSo commented 7 months ago

In older version, there was no stat cache expiration mechanism, which means stat info never expires until the limit (max_stat_cache_size) is exceeded. The current version does not support disable expiration mechanism and is not compatible with the behavior of the older version. BTW, UnsetExpireTime() has been implemented before.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.