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

Addresses #4634 #4638

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Addresses #4634 #4638

merged 1 commit into from
Oct 30, 2023

Conversation

geeknoid
Copy link
Member

@geeknoid geeknoid commented Oct 30, 2023

null

Microsoft Reviewers: Open in CodeFlow

@ghost ghost assigned geeknoid Oct 30, 2023
@geeknoid geeknoid enabled auto-merge (squash) October 30, 2023 20:59
@@ -18,7 +18,7 @@ public class LoggingOptions
{
private const int MaxIncomingBodySize = 1_572_864; // 1.5 MB
private const int Millisecond = 1;
private const int Hour = 60000 * 60; // 1 hour
private const int Minute = 60000;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
private const int Minute = 60000;
private const int Minute = 60_000;

@geeknoid geeknoid merged commit cd6bd1c into release/8.0 Oct 30, 2023
6 checks passed
@geeknoid geeknoid deleted the geeknoid/bodytimeout branch October 30, 2023 21:43
@ghost ghost locked as resolved and limited conversation to collaborators Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants