Skip to content

Addresses #4634#4638

Merged
geeknoid merged 1 commit intorelease/8.0from
geeknoid/bodytimeout
Oct 30, 2023
Merged

Addresses #4634#4638
geeknoid merged 1 commit intorelease/8.0from
geeknoid/bodytimeout

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 requested a review from eerhardt October 30, 2023 20:59
@geeknoid geeknoid enabled auto-merge (squash) October 30, 2023 20:59
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
Contributor

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
@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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants