mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1922] [MERGED] Enable noobj_cache by default #2257
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1922
Author: @gaul
Created: 3/11/2022
Status: ✅ Merged
Merged: 3/12/2022
Merged by: @ggtakec
Base:
master← Head:noobj-cache📝 Commits (1)
203cb70Enable noobj_cache by default📊 Changes
6 files changed (+17 additions, -17 deletions)
View changed files
📝
doc/man/s3fs.1.in(+4 -5)📝
src/cache.cpp(+1 -1)📝
src/s3fs.cpp(+5 -0)📝
src/s3fs_help.cpp(+5 -9)📝
test/integration-test-main.sh(+1 -1)📝
test/small-integration-test.sh(+1 -1)📄 Description
This should improve performance in many situations. s3fs already
enables the stat cache by default so memorizing noobj makes this more
consistent. Fixes #1901.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.