Skip to content

Commit 60cc616

Browse files
author
anurag.ag
committed
Remove dependency from xds proto
Signed-off-by: anurag.ag <anuragagarwal561994@users.noreply.github.com>
1 parent e5e82df commit 60cc616

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client-side-weighted-round-robin-slow-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ message SlowStartConfig {
6767
//
6868
// As time progresses, more and more traffic would be sent to endpoint, which is in slow start window.
6969
// Once host exits slow start, time_factor and aggression no longer affect its weight.
70-
core.v3.RuntimeDouble aggression = 2;
70+
google.protobuf.FloatValue aggression = 2;
7171
7272
// Configures the minimum percentage of origin weight that avoids too small new weight,
7373
// which may cause endpoints in slow start mode receive no traffic in slow start window.
7474
// If not specified, the default is 10%.
75-
type.v3.Percent min_weight_percent = 3;
75+
google.protobuf.UInt32Value min_weight_percent = 3;
7676
}
7777
```
7878

0 commit comments

Comments
 (0)