thrift sync

Summary: I've changed the config in configerator in D52786201, let's sync the changes to fbsource.

Reviewed By: liubov-dmitrieva

Differential Revision: D52786217

fbshipit-source-id: 9e8cdd96915aee6624403dd1a288443b9b946426
This commit is contained in:
Mateusz Kwapich 2024-01-16 06:37:59 -08:00 committed by Facebook GitHub Bot
parent aa07b285fb
commit 01763fc058

View File

@ -1,4 +1,4 @@
// @generated SignedSource<<09e30cbe0a30f657920fbddcbf0e80f9>>
// @generated SignedSource<<48a434aefd535e66baadfab024938814>>
// DO NOT EDIT THIS FILE MANUALLY!
// This file is a mechanical copy of the version in the configerator repo. To
// modify it, edit the copy in the configerator repo instead and copy it over by
@ -191,6 +191,8 @@ struct RawRepoConfig {
// deep-sharded: In addition to requests, repo is also sharded, i.e. present
// on select servers.
54: optional RawShardingModeConfig deep_sharding_config;
// Everstore local path. Largely only userful in tests.
55: optional string everstore_local_path;
} (rust.exhaustive)
// Config determining if deep sharding mode is enabled for a service.