-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-memcached: Remove Compression Toggle
Remove the toggle for enabling and disabling Lz4 compression as the compression has been tested on few services Differential Revision: https://phabricator.twitter.biz/D1137993
- Loading branch information
Showing
4 changed files
with
89 additions
and
162 deletions.
There are no files selected for viewing
8 changes: 1 addition & 7 deletions
8
...mcached/src/main/resources/com/twitter/toggles/configs/com.twitter.finagle.memcached.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
{ | ||
"toggles": [ | ||
{ | ||
"id": "com.twitter.finagle.filter.CompressingMemcached", | ||
"description": "Enable compressing filter for memcached values", | ||
"fraction": 1.0 | ||
} | ||
] | ||
"toggles": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters