mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #122] [CLOSED] Disable pages merge #1353
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#1353
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/122
Author: @fcand-anevia
Created: 2/12/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
c3ea03bdisable pages merge to download only what is necessary and lower part size to 1MB7b30736add possibility to disable pagesmerge to download only what is asked (rounded to page size of course) very useful when dealing with very big objects in order not to wait for the whole object to be downloaded to start working with small amount of data (takes much more sense when cache is not used)b56d7ffSetMultipartSize method now takes value in bytes (instead of mbytes) and minimum is lowered to 64kb (instead of 1MB)c6393eddebian files for making debian packages9f86fc8do not update cache date when reading cache; it should be updated only when reading actual data over network3c49b17do not clear cache stat when opening a file; this makes stat cache expire pretty much useless3c3ba2cfirst commit for prefetch threaded downloads6830523add dbg package2bfe686fix deadlock2cb15c5set correct git-hub urls📊 Changes
12 files changed (+239 additions, -36 deletions)
View changed files
➕
debian/changelog(+19 -0)➕
debian/compat(+1 -0)➕
debian/control(+23 -0)➕
debian/copyright(+20 -0)➕
debian/rules(+23 -0)📝
src/cache.cpp(+0 -2)📝
src/curl.cpp(+9 -3)📝
src/curl.h(+3 -0)📝
src/fdcache.cpp(+111 -24)📝
src/fdcache.h(+4 -0)📝
src/s3fs.cpp(+18 -7)📝
src/s3fs_util.cpp(+8 -0)📄 Description
Sequel of pull request #114. Work was merged from branch to master then branch was deleted thus original pull request was closed. But it is still a valid pull request. Reopening here.
Needed commits are
c3ea03b7b30736andb56d7ff🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.