voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 549 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) > [fetchTimeoutMillis](./remote-config.settings.fetchtimeoutmillis.md)
## Settings.fetchTimeoutMillis property
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>
```typescript
fetchTimeoutMillis: number;
```