sapling/eden/mononoke/cmds
Thomas Orozco c14a88bbef mononoke: convert places that talk to Memcache to Bytes 0.5
Summary:
Memcache doesn't care (because both old and new Bytes to `Into<IOBuf>`), but
Thrift is Bytes 0.5. We have our caching ext layer in the middle, which wants
Bytes 0.4. This means we end up copying things we don't need to copy.

Let's update to fewer copies. I didn't update apiserver, because a) it's going
away, and b) those bytes go into Actix, and Actix isn't upgrading to Bytes 0.5
any time soon! Besides, this doesn't actually need updating besides tests anyway.

Reviewed By: dtolnay

Differential Revision: D20006062

fbshipit-source-id: 42766363a0ff8494f18349bcc822b5238e1ec0cd
2020-02-26 03:30:47 -08:00
..
admin Push compat down one level in eden/mononoke/cmds/admin/main.rs 2020-02-25 10:22:03 -08:00
blobrepo_checker/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
blobstore_healer mononoke/blobstore_healer: wait for MyRouter properly 2020-02-25 07:03:28 -08:00
bonsai_verify mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
tests mononoke: include DB config in multiplexed blobstore configuration 2020-02-24 11:54:45 -08:00
aliasverify.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
backfill_derived_data.rs derived_data: add DeriveError for when derivation is disabled 2020-02-19 09:28:09 -08:00
benchmark_filestore.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
blobimport.rs add git mappings import option 2020-02-21 05:41:46 -08:00
configlint.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
dumprev.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
idxdump.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_import.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
populate_healer.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
rechunker.rs Push compat 1-level down in rechunker.rs 2020-02-11 20:27:17 -08:00
revlogrepo.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
statistics_collector.rs mononoke: convert places that talk to Memcache to Bytes 0.5 2020-02-26 03:30:47 -08:00
upload_globalrevs.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00