Skip to content

Commit b062100

Browse files
committed
Reverted changed to repeated fields
1 parent 87d5c7a commit b062100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/config.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1621,8 +1621,8 @@ message TTracingConfig {
16211621
reserved 1 to 5;
16221622

16231623
optional TBackendConfig Backend = 6;
1624-
optional TSamplingScope Sampling = 7;
1625-
optional TExternalThrottlingScope ExternalThrottling = 8;
1624+
repeated TSamplingScope Sampling = 7;
1625+
repeated TExternalThrottlingScope ExternalThrottling = 8;
16261626
}
16271627

16281628
message TFailureInjectionConfig {

0 commit comments

Comments
 (0)