Commit 7e367011 authored by yangxiaodong's avatar yangxiaodong

--no commit message

--no commit message
parent 0a5d7230
...@@ -14,7 +14,6 @@ namespace Microsoft.AspNetCore.Builder ...@@ -14,7 +14,6 @@ namespace Microsoft.AspNetCore.Builder
public long MaxPendingEventNumber { get; set; } public long MaxPendingEventNumber { get; set; }
public int MaxPendingEventNumber32 { public int MaxPendingEventNumber32 {
get { get {
if (this.MaxPendingEventNumber < int.MaxValue) { if (this.MaxPendingEventNumber < int.MaxValue) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment