mononoke: update tunables struct

Reviewed By: markbt

Differential Revision: D21616301

fbshipit-source-id: 72ed3d77c10182738e56d876bcf7fa714e551c69
This commit is contained in:
Stanislau Hlebik 2020-05-18 03:33:55 -07:00 committed by Facebook GitHub Bot
parent fd5b027131
commit cc5d3fafc4

View File

@ -1,4 +1,4 @@
// @generated SignedSource<<24ebb0eba12e227dd36ce4242a3720fb>>
// @generated SignedSource<<74855fa1ff395370a9df788359795baf>>
// 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
@ -18,4 +18,5 @@ namespace py configerator.mononoke.tunables
struct Tunables {
1: map<string, bool> (rust.type = "HashMap") killswitches,
2: map<string, i64> (rust.type = "HashMap") ints,
3: map<string, string> (rust.type = "HashMap") strings,
}