aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-10-28 21:01:26 +0200
committerGravatar David Garcia Quintas <dgq@google.com>2016-10-28 21:02:38 +0200
commit472fc2ffd10026ff6f61886c5a8c26863aae966b (patch)
treed4b72be228862d448b72164942cc6a44c4f48f13 /src/proto
parent0baf1dc569a112bc71039b84bdaef0bad68cf852 (diff)
Updated proto field comment with max token length
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/lb/v1/load_balancer.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/grpc/lb/v1/load_balancer.proto b/src/proto/grpc/lb/v1/load_balancer.proto
index 210fba1323..b6849c10d7 100644
--- a/src/proto/grpc/lb/v1/load_balancer.proto
+++ b/src/proto/grpc/lb/v1/load_balancer.proto
@@ -130,6 +130,8 @@ message Server {
// frontend requests for that pick must include the token in its initial
// metadata. The token is used by the backend to verify the request and to
// allow the backend to report load to the gRPC LB system.
+ //
+ // Its length is variable but less than 50 bytes.
string load_balance_token = 3;
// Indicates whether this particular request should be dropped by the client