Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

For #26869 - Enable TCP by default starting with v. 106 #26875

Merged
merged 2 commits into from
Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions nimbus.fml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ features:
"sync-cfr": false,
"wallpapers-selection-tool": false,
"jump-back-in-cfr": false,
"tcp-cfr": false,
"tcp-feature": false
"tcp-cfr": true,
"tcp-feature": true
}
defaults:
- channel: developer
Expand All @@ -204,8 +204,6 @@ features:
"sync-cfr": true,
"wallpapers-selection-tool": true,
"jump-back-in-cfr": true,
"tcp-cfr": true,
"tcp-feature": true
}
}

Expand Down