<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [Settings](./remote-config.settings.md) &gt; [minimumFetchIntervalMillis](./remote-config.settings.minimumfetchintervalmillis.md)

## Settings.minimumFetchIntervalMillis property

Defines the maximum age in milliseconds of an entry in the config cache before it is considered stale. Defaults to 43200000 (Twelve hours).

<b>Signature:</b>

```typescript
minimumFetchIntervalMillis: number;
```
