|
|
|
@ -36,9 +36,9 @@ public class AbpEventBusBoxesOptions |
|
|
|
public TimeSpan WaitTimeToDeleteProcessedInboxEvents { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Default: false
|
|
|
|
/// Default: true
|
|
|
|
/// </summary>
|
|
|
|
public bool OutboxPublishInBatch { get; set; } |
|
|
|
public bool BatchPublishOutboxEvents { get; set; } |
|
|
|
|
|
|
|
public AbpEventBusBoxesOptions() |
|
|
|
{ |
|
|
|
@ -48,6 +48,6 @@ public class AbpEventBusBoxesOptions |
|
|
|
PeriodTimeSpan = TimeSpan.FromSeconds(2); |
|
|
|
DistributedLockWaitDuration = TimeSpan.FromSeconds(15); |
|
|
|
WaitTimeToDeleteProcessedInboxEvents = TimeSpan.FromHours(2); |
|
|
|
OutboxPublishInBatch = false; |
|
|
|
BatchPublishOutboxEvents = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|