-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add max timeout for chunks in resumable upload and misc tweaks #7932
Conversation
…g progress; tweak listed supported extensions
@@ -21,6 +21,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released | |||
|
|||
### Fixed | |||
- Fixed a bug that allowed the default newly created bounding box to appear outside the dataset. In case the whole bounding box would be outside it is created regardless. [#7892](https://github.com/scalableminds/webknossos/pull/7892) | |||
- Fixed a rare bug that could cause hanging dataset uploads. [#7932](https://github.com/scalableminds/webknossos/pull/7932) |
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.
even though we are not certain that this is the fix, I still think it makes sense to mention it here. the line does not claim that it fixes all bugs that cause hanging uploads.
@@ -317,7 +317,6 @@ const getPostUploadModal = ( | |||
<Button type="primary" onClick={() => history.push("/jobs")}> | |||
View the Jobs Queue | |||
</Button> | |||
import |
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.
what’s this?
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.
this was accidentally added in a58a78e#diff-b626f1738c0fb701d260efe19bdee10f7f57981f881c85a42d3588999c27db55R320 and I removed it again.
Co-authored-by: Florian M <[email protected]>
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
(Please delete unneeded items, merge only when none are left open)