Skip to content
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

Allow progress updates without images, for 2x and 4x upscales for exa… #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

owengo
Copy link

@owengo owengo commented Oct 25, 2023

With the new upscale x2 and x4, we receive progress updates but the attachments list is empty, so there is no image progress sent to the client. These upscales are very slow so it creates a long delay without any progress and can cause problems to client applications.
With this small patch, if the user configures UpdateProgressWithoutImage to "true", these updates will be sent with the "EmptyImageUri" from the config ( defaults to "about:blank" ).
By default behavior is the same as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants