Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Remove use of bucket token when downloading #341

Merged
merged 2 commits into from May 25, 2017

Conversation

braydonf
Copy link
Contributor

@braydonf braydonf commented May 25, 2017

Reduces the overall requests to the bridge by around 1/3 when downloading files.

And decreases the limit from 6 to 3 pointers per request to improve timeouts when API requests are set to timeout in 20 seconds instead of 60 seconds.

Closes: #340
Depends: storj-archived/bridge#452

Reduces the overall requests to the bridge by around 1/3 when downloading files.
@braydonf braydonf changed the title Remove use of bucket token when downloading [WIP] Remove use of bucket token when downloading May 25, 2017
To help improve the timeout rate for this request. Setting a timeout to 20 seconds will often result in the client closing the connection before the request can be made, a timeout of 60 seconds does not have this issue. If we reduce the number of pointers that need to be requested, there are less requests that need to be made to the network.
@braydonf braydonf changed the title [WIP] Remove use of bucket token when downloading Remove use of bucket token when downloading May 25, 2017
@braydonf braydonf merged commit 3377095 into storj-archived:master May 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant