Upload asset chunks concurrently #2644
Closed
ericswanson-dfinity
started this conversation in
Maintenance Tasks
Replies: 2 comments
-
@smallstepman do you by chance already have this on your radar? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been implemented: https://github.com/dfinity/sdk/blob/master/src/canisters/frontend/ic-asset/src/batch_upload/plumbing.rs#L359 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This was not possible through the bootstrap, for two reasons:
It's uncertain whether this will be possible post-bootstrap, but somehow, someday, we need to be able to upload more than one chunk per block.
Splitting up calls to
call_and_wait()
into manycall()
before waiting for the requests to finish would bypass the idle connection issue.Beta Was this translation helpful? Give feedback.
All reactions