diff --git a/mobile/library/common/network/apple_system_proxy_settings_monitor.cc b/mobile/library/common/network/apple_system_proxy_settings_monitor.cc index 5a97b6453df9..3514f20c8858 100644 --- a/mobile/library/common/network/apple_system_proxy_settings_monitor.cc +++ b/mobile/library/common/network/apple_system_proxy_settings_monitor.cc @@ -10,7 +10,7 @@ namespace Envoy { namespace Network { // The interval at which system proxy settings should be polled at. -CFTimeInterval kProxySettingsRefreshRateSeconds = 7; +CFTimeInterval kProxySettingsRefreshRateSeconds = 10; AppleSystemProxySettingsMonitor::AppleSystemProxySettingsMonitor( SystemProxySettingsReadCallback proxy_settings_read_callback)