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

Remove flushing during manifest writing #108

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Remove flushing during manifest writing #108

merged 1 commit into from
Oct 7, 2023

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Oct 6, 2023

We are constantly writing small strings to the disk for every little piece of JSON we are writing. Not only is this inefficient, but it also complicates the code.

Removing the flushing also allows us to remove the CancellationToken and Task everywhere.

@davidfowl davidfowl merged commit d81a944 into main Oct 7, 2023
4 checks passed
@davidfowl davidfowl deleted the RemoveFlush branch October 7, 2023 02:40
@danmoseley danmoseley added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Nov 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants