yangxiaodong 8 years ago
parent
commit
0a5d72304e
1 changed files with 1 additions and 0 deletions
  1. +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 long MaxPendingEventNumber { get; set; }



public int MaxPendingEventNumber32 { public int MaxPendingEventNumber32 {
get { get {
if (this.MaxPendingEventNumber < int.MaxValue) { if (this.MaxPendingEventNumber < int.MaxValue) {


Loading…
Cancel
Save