[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["# firebase::remote_config::ConfigSettings Struct Reference\n\nfirebase::remote_config::ConfigSettings\n=======================================\n\n\n`#include \u003cremote_config.h\u003e`\n\nConfigurations for Remote Config behavior.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|\n| [fetch_timeout_in_milliseconds](#structfirebase_1_1remote__config_1_1_config_settings_1a35d2883e062576bc80a2292400a79a22)` = kDefaultTimeoutInMilliseconds` | `uint64_t` The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers. |\n| [minimum_fetch_interval_in_milliseconds](#structfirebase_1_1remote__config_1_1_config_settings_1ae5e78aa019e31ded1e35ae57137b94f8)` = kDefaultCacheExpiration` | `uint64_t` The minimum interval between successive fetch calls. |\n\nPublic attributes\n-----------------\n\n### fetch_timeout_in_milliseconds\n\n```c++\nuint64_t firebase::remote_config::ConfigSettings::fetch_timeout_in_milliseconds = kDefaultTimeoutInMilliseconds\n``` \nThe timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.\n\n\n| **Note:** A fetch call will fail if it takes longer than the specified timeout to connect to the Remote Config servers. Default is 60 seconds.\n\n\u003cbr /\u003e\n\n### minimum_fetch_interval_in_milliseconds\n\n```c++\nuint64_t firebase::remote_config::ConfigSettings::minimum_fetch_interval_in_milliseconds = kDefaultCacheExpiration\n``` \nThe minimum interval between successive fetch calls.\n\n\n| **Note:** Fetches less than duration seconds after the last fetch from the Firebase Remote Config server would use values returned during the last fetch. Default is 12 hours.\n\n\u003cbr /\u003e"]]