Commit 0a5d7230 authored by yangxiaodong's avatar yangxiaodong

--no commit message

--no commit message
parent 983d57f6
......@@ -14,6 +14,7 @@ namespace Microsoft.AspNetCore.Builder
public long MaxPendingEventNumber { get; set; }
public int MaxPendingEventNumber32 {
get {
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