Skip to content

Commit

Permalink
mobile: Update the Apple proxy settings polling to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
abeyad committed Oct 10, 2024
1 parent 2eebf0d commit 74361eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74361eb

Please sign in to comment.