This repository has been archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jplot
previously approved these changes
May 23, 2020
…axUploadsDiv No one knows what throttleMaxDownloadsDiv and throttleMaxUploadsDiv do. dhtStats is not used. Let's remove them first to see how things go.
This simply won't work as we now support multiple clients. Each client needs its own clientGatewayService which can only be created by the user config. Thus, let the form update user config directly.
It is only used to determine whether to use .tar extension when download is requested. However, server sent Content-Disposition header which already tells the browser the filename and it is more accurate. As such, remove this useless property.
The space savings are less significant than expected, and the detachment from official image layers actually makes incremental updates longer. Plus, arguably the image is much more extensible with package managers.
This reverts commit d9d9dc2.
This reverts commit 3c015c6. Service worker does not work well with HTTP basic auth. Plus, some caching policy problems need to be figured out first.
This reverts commit 0d785f9.
Example: http://localhost:3000/?action=add-urls&url=magnet:?xt=urn:btih:a88fda5954e89178c372716a6a78b8180ed4dad3
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a minor change. Manually tested. See issue #875 for details.
Related Issue
#875
Motivation and Context
See linked issue.
How Has This Been Tested?
Manually tested. Tags automatically set by rtorrent upon torrent insertion are no longer overwritten by flood.
Types of changes
Checklist: