Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit c1b489a

Browse files
committed
No need for concurrency limit
1 parent 3718b62 commit c1b489a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Bookings/Registrations.cs

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public static void AddEventuous(this IServiceCollection services, IConfiguration
5454
services.AddSubscription<PostgresAllStreamSubscription, PostgresAllStreamSubscriptionOptions>(
5555
"BookingsProjections",
5656
builder => builder
57-
.Configure(cfg => cfg.ConcurrencyLimit = 2)
5857
.AddEventHandler<BookingStateProjection>()
5958
.AddEventHandler<MyBookingsProjection>()
6059
.WithPartitioningByStream(2)

0 commit comments

Comments
 (0)