-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: get pegboard -> fdb connection over vlan #1362
fix: get pegboard -> fdb connection over vlan #1362
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
fc6d524
to
a22e331
Compare
805762f
to
e84698f
Compare
a22e331
to
b29adf9
Compare
e84698f
to
1e01855
Compare
b29adf9
to
eebc22b
Compare
1e01855
to
a48393f
Compare
eebc22b
to
76b6459
Compare
a48393f
to
c945a67
Compare
76b6459
to
c9221e7
Compare
c945a67
to
46cdc4a
Compare
c9221e7
to
3415ead
Compare
46cdc4a
to
2218134
Compare
3415ead
to
f10e5a2
Compare
2218134
to
1f4e131
Compare
@@ -97,7 +97,7 @@ async fn upload_build( | |||
backend::upload::PrepareFile { | |||
path: unwrap!(unwrap!(build.key.file_name(), "should have file name").to_str()).to_string(), | |||
content_length: len, | |||
multipart: false, | |||
multipart: len > util::file_size::mebibytes(100), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i updated upload prepare to automatically handle this
return Ok(handle_upload(s3_client, upload_id, file).await?); |
f10e5a2
to
1db70ca
Compare
1f4e131
to
07f359e
Compare
1db70ca
to
bf66349
Compare
07f359e
to
845a4cb
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes