This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
master
yangxiaodong
8 years ago
parent
983d57f6b5
commit
0a5d72304e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Cap.Consistency/ConsistencyOptions.cs
+ 1
- 0
src/Cap.Consistency/ConsistencyOptions.cs
View File
@@ -14,6 +14,7 @@ namespace Microsoft.AspNetCore.Builder
public long MaxPendingEventNumber { get; set; }
public int MaxPendingEventNumber32 {
get {
if (this.MaxPendingEventNumber < int.MaxValue) {
Write
Preview
Loading…
Cancel
Save