# ReminderOptions.ReminderLoadingWindow

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Reminders/Options/ReminderOptions.cs)

```csharp
public TimeSpan ReminderLoadingWindow
```

Gets or sets the amount of time before their next tick that reminders are loaded into memory.

### Value

Load reminders 10 minutes before their next tick by default.
