Updated proto field comment with max token length

pull/8548/head
David Garcia Quintas 8 years ago
parent 0baf1dc569
commit 472fc2ffd1
  1. 2
      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

Loading…
Cancel
Save