mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2609] [MERGED] Organized multi-threading related options #2666
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#2666
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/2609
Author: @ggtakec
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/28/2024
Merged by: @gaul
Base:
master← Head:multi/9_cleanup📝 Commits (1)
e03cf23Organized multi-threading related options📊 Changes
8 files changed (+52 additions, -73 deletions)
View changed files
📝
doc/man/s3fs.1.in(+4 -14)📝
src/curl.cpp(+0 -16)📝
src/curl.h(+0 -7)📝
src/fdcache_entity.cpp(+1 -1)📝
src/s3fs.cpp(+12 -17)📝
src/s3fs_help.cpp(+6 -16)📝
src/threadpoolman.cpp(+25 -1)📝
src/threadpoolman.h(+4 -1)📄 Description
Relevant Issue (if applicable)
#2600
Details
This is the split PR Phase 9 (Last) for #2600.
We've streamlined options related to the number of threads and parallel processing.
The
multireq_max,parallel_count, andparallel_uploadoptions have been removed and unified into themax_thread_countoption.This PR will be rebased and removed from draft status once the previous PR(#2608) is merged into master.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.