voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 564 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config](./remote-config.md) > [Settings](./remote-config.settings.md) > [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;
```