Skip to content

Commit cb252c1

Browse files
erdtsieckjeremydmiller
authored andcommitted
Improve xml docs on UseWolverineManagedEventSubscriptionDistribution
1 parent 899c8b0 commit cb252c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Persistence/Wolverine.Marten/MartenIntegration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public class MartenIntegration : IWolverineExtension, IEventForwarding
3232
public bool UseFastEventForwarding { get; set; }
3333

3434
/// <summary>
35-
/// Use Wolverine to evenly distribute event projection and subscription work of Marten
36-
/// asynchronous projections. This should be used exclusively with Marten's AddAsyncDaemon() option
37-
/// and takes the place of Marten's built in, naive load distribution
35+
/// Use this when using Wolverine to evenly distribute event projection and subscription
36+
/// work of Marten asynchronous projections. This replaces Marten's <c>AddAsyncMarten(HotCold)</c>
37+
/// option and should not be used in combination with Marten's own load distribution.
3838
/// </summary>
3939
public bool UseWolverineManagedEventSubscriptionDistribution { get; set; }
4040

0 commit comments

Comments
 (0)