diff --git a/src/Squidex.Infrastructure/Actors/Actor.cs b/src/Squidex.Infrastructure/Actors/Actor.cs index e60181c69..0b24c5526 100644 --- a/src/Squidex.Infrastructure/Actors/Actor.cs +++ b/src/Squidex.Infrastructure/Actors/Actor.cs @@ -33,7 +33,7 @@ namespace Squidex.Infrastructure.Actors protected Actor() { - block = new ActionBlock(Handle, new ExecutionDataflowBlockOptions { BoundedCapacity = 100 }); + block = new ActionBlock(Handle, new ExecutionDataflowBlockOptions { BoundedCapacity = 10 }); } public void Dispose()