Conversation
…json to h2 mvstore database and a couple of fixes and performance improvements
…ging during content generation
…ove resource management
… situation which was making speedometer very inconsistant. E.g. AutoModpack was downloading 5 large files at high speed, while 4,000 small files sit in the queue. The progress bar hit 90% quickly (bytes downloaded), but then hangs for minutes while automodpack processed the remaining 4,000 small files one by one. Giving "The downloader is stuck/broken." perception. Now we are very picky which file we choose to download preveting situations that we only download from a single source at one time or first download only big files from source A and we left with a massive log of little files for clients with high latency to the server each request requires a roundtrip to the server which slows down the download a lot, implementing batching request will improve that yet more. Gemini 3 Pro helped there with this commit.
Owner
Author
|
whatever |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.