Skip to content

Commit

Permalink
Prevent endless rekey and tunnel update cycle (#3091)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1207603085593419/1207806947583090/f

BSK PR: duckduckgo/BrowserServicesKit#897
macOS PR: duckduckgo/macos-browser#2987

## Description

Prevents the following endless loop of calls `updateTunnel` > `rekey` > `updateTunnel` > `rekey`.

This adds noise to our metrics and is unnecessary.
  • Loading branch information
diegoreymendez authored Jul 30, 2024
1 parent 94895ea commit ab28349
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10210,7 +10210,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 177.0.0;
version = 177.0.1;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "069038c7ddb8026c6e4e7209d47541a88fd1bd5f",
"version" : "177.0.0"
"revision" : "8623ea8296f93efb59320aed8b0f6705f366f89b",
"version" : "177.0.1"
}
},
{
Expand Down

0 comments on commit ab28349

Please sign in to comment.