perf(store-and-forward): bound retry sweep with SweepBatchLimit (default 500) on the due-rows query
This commit is contained in:
@@ -34,4 +34,8 @@ public class StoreAndForwardOptionsTests
|
||||
Assert.Equal(TimeSpan.FromMinutes(5), options.DefaultRetryInterval);
|
||||
Assert.Equal(100, options.DefaultMaxRetries);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void SweepBatchLimit_Defaults_To_500() =>
|
||||
Assert.Equal(500, new StoreAndForwardOptions().SweepBatchLimit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user