[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-09 UTC."],[],[],null,["# Firebase.RemoteConfig.ConfigSettings Struct Reference\n\nFirebase.RemoteConfig.ConfigSettings\n====================================\n\nSettings for [FirebaseRemoteConfig](/docs/reference/unity/class/firebase/remote-config/firebase-remote-config#class_firebase_1_1_remote_config_1_1_firebase_remote_config) operations.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FetchTimeoutInMilliseconds](#struct_firebase_1_1_remote_config_1_1_config_settings_1a35df0caae275b6e9a435103683cad318) | `ulong` The timeout specifies how long the client should wait for a connection to the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) Remote Config servers. |\n| [MinimumFetchIntervalInMilliseconds](#struct_firebase_1_1_remote_config_1_1_config_settings_1a36842ef254edd1cbc583f9aa8a78ed4c) | `ulong` The minimum interval between successive fetch calls. |\n\nProperties\n----------\n\n### FetchTimeoutInMilliseconds\n\n```c#\nulong Firebase::RemoteConfig::ConfigSettings::FetchTimeoutInMilliseconds\n``` \nThe timeout specifies how long the client should wait for a connection to the [Firebase](/docs/reference/unity/namespace/firebase#namespace_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### MinimumFetchIntervalInMilliseconds\n\n```c#\nulong Firebase::RemoteConfig::ConfigSettings::MinimumFetchIntervalInMilliseconds\n``` \nThe minimum interval between successive fetch calls.\n\n\n| **Note:** Fetches less than duration seconds after the last fetch from the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) Remote Config server would use values returned during the last fetch. Default is 12 hours.\n\n\u003cbr /\u003e"]]