[PR #22] [MERGED] Fix typos in docs for max_stat_cache_size (the default is actually 1000) #1313

Closed
opened 2026-03-04 01:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/22
Author: @MasonM
Created: 3/6/2014
Status: Merged
Merged: 3/16/2014
Merged by: @ggtakec

Base: masterHead: max_stat_cache_size_typo


📝 Commits (1)

  • 74fb29d Fix typos in docs for max_stat_cache_size (the default is actually 1000)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 doc/man/s3fs.1 (+1 -1)
📝 src/s3fs_util.cpp (+1 -1)

📄 Description

Line 50 of src/cache.cpp defines the default:

StatCache::StatCache() : IsExpireTime(false), ExpireTime(0), CacheSize(1000), IsCacheNoObject(false)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/22 **Author:** [@MasonM](https://github.com/MasonM) **Created:** 3/6/2014 **Status:** ✅ Merged **Merged:** 3/16/2014 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `max_stat_cache_size_typo` --- ### 📝 Commits (1) - [`74fb29d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/74fb29d9fbf712d95e47417cdd12376fda9111b3) Fix typos in docs for max_stat_cache_size (the default is actually 1000) ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+1 -1) 📝 `src/s3fs_util.cpp` (+1 -1) </details> ### 📄 Description Line 50 of src/cache.cpp defines the default: ``` StatCache::StatCache() : IsExpireTime(false), ExpireTime(0), CacheSize(1000), IsCacheNoObject(false) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1313
No description provided.