Skip to content

Blazor API Review: Server-side startup code #12371

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

Merged
merged 1 commit into from
Jul 19, 2019

Conversation

rynowak
Copy link
Member

@rynowak rynowak commented Jul 19, 2019

Fixes: #12220

Just some small tweaks here, it's already great.

@@ -26,7 +26,7 @@ public class CircuitOptions
/// <value>
/// Defaults to <c>100</c>.
/// </value>
public int MaxRetainedDisconnectedCircuits { get; set; } = 100;
public int DisconnectedCircuitMaxRetained { get; set; } = 100;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed to be consistent with DisconnectedCircuitRetentionPeriod

@rynowak rynowak added the area-blazor Includes: Blazor, Razor Components label Jul 19, 2019
Fixes: #12220

Just some small tweaks here, it's already great.
@rynowak rynowak force-pushed the rynowak/server-side-startup branch from 9cf79f3 to d62af1a Compare July 19, 2019 20:24
@rynowak rynowak merged commit d992a1e into master Jul 19, 2019
@ghost ghost deleted the rynowak/server-side-startup branch July 19, 2019 22:34
@mkArtakMSFT mkArtakMSFT added the tell-mode Indicates a PR which is being merged during tell-mode label Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blazor API Review: Server-side Startup Experience
3 participants