From 52da74267b8d7fe21ce497f5ce1b86c43e49a804 Mon Sep 17 00:00:00 2001 From: fronneburg Date: Tue, 10 Apr 2018 14:37:16 -0700 Subject: Merge branch 'feature/Ford-WiFi' of ssh://autobitbucket.corp.xevo.com:7999/nar/sdl-core into feature/Ford-WiFi --- src/components/config_profile/src/profile.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/config_profile/src') diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc index ccf9e60ab8..cc0b3afd96 100644 --- a/src/components/config_profile/src/profile.cc +++ b/src/components/config_profile/src/profile.cc @@ -372,7 +372,7 @@ const uint32_t kDefaultAppTransportChangeTimer = 500u; const uint32_t kDefaultAppTransportChangeTimerAddition = 0u; const std::string kAllowedSymbols = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890_.-"; -const bool kDefaultMultipleTransportsEnabled = true; +const bool kDefaultMultipleTransportsEnabled = false; const char* kDefaultLowBandwidthResumptionLevel = "NONE"; } // namespace @@ -478,6 +478,7 @@ Profile::Profile() , remove_bundle_id_attempts_(kDefaultRemoveBundleIDattempts) , max_number_of_ios_device_(kDefaultMaxNumberOfiOSDevice) , wait_time_between_apps_(kDefaultWaitTimeBetweenApps) + , multiple_transports_enabled_(kDefaultMultipleTransportsEnabled) , enable_app_launch_ios_(kDefaultEnableAppLaunchIOS) , app_tranport_change_timer_(kDefaultAppTransportChangeTimer) , app_tranport_change_timer_addition_( -- cgit v1.2.1