# LoadSheddingOptions.LoadSheddingEnabled

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

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

```csharp
public bool LoadSheddingEnabled
```

Gets or sets a value indicating whether load shedding in the client gateway and stream providers is enabled. The default value is `false`, meaning that load shedding is disabled.

### Value

Load shedding is disabled by default.
