docs-devsite/remote-config.remoteconfigsettings.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Defines configuration options for the Remote Config SDK.
<b>Signature:</b>
export interface RemoteConfigSettings
| Property | Type | Description |
|---|---|---|
| fetchTimeoutMillis | number | Defines the maximum amount of milliseconds to wait for a response when fetching configuration from the Remote Config server. Defaults to 60000 (One minute). |
| minimumFetchIntervalMillis | number | Defines the maximum age in milliseconds of an entry in the config cache before it is considered stale. Defaults to 43200000 (Twelve hours). |
Defines the maximum amount of milliseconds to wait for a response when fetching configuration from the Remote Config server. Defaults to 60000 (One minute).
<b>Signature:</b>
fetchTimeoutMillis: number;
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>
minimumFetchIntervalMillis: number;