# ActivationRepartitionerOptions.MaxUnprocessedEdges

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Configuration/Options/ActivationRepartitionerOptions.cs)

```csharp
public int MaxUnprocessedEdges
```

The maximum number of unprocessed edges to buffer. If this number is exceeded, the oldest edges will be discarded.
