diff options
author | Juanli Shen <juanlishen@google.com> | 2018-02-06 17:03:53 -0800 |
---|---|---|
committer | Juanli Shen <juanlishen@google.com> | 2018-02-06 17:03:53 -0800 |
commit | 33cdd57ab79b3f2d1dce828fa2e0dada2e27fb37 (patch) | |
tree | 51a2ce1aba5b388c6595cc4ca8962f1540f0f62d /include | |
parent | e17592c929e5dd4e7dc9b4bb9545fe9820edf9f0 (diff) |
grpclb in charge of its re-resolution
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index d64b23f332..17bc6f9f43 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -296,7 +296,7 @@ typedef struct { #define GRPC_ARG_GRPCLB_CALL_TIMEOUT_MS "grpc.grpclb_call_timeout_ms" /* Timeout in milliseconds to wait for the serverlist from the grpclb load balancer before using fallback backend addresses from the resolver. - If 0, fallback will never be used. */ + If 0, fallback will never be used. Default value is 10000. */ #define GRPC_ARG_GRPCLB_FALLBACK_TIMEOUT_MS "grpc.grpclb_fallback_timeout_ms" /** If non-zero, grpc server's cronet compression workaround will be enabled */ #define GRPC_ARG_WORKAROUND_CRONET_COMPRESSION \ |