[[["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\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\nProperties \n\nFetchTimeoutInMilliseconds \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\nMinimumFetchIntervalInMilliseconds \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"]]