Skip to content

Commit f039822

Browse files
committed
actually remove the environment variable
1 parent bba5d5c commit f039822

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/envconfig/envconfig.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ var (
3333
// "GRPC_RING_HASH_CAP". This does not override the default bounds
3434
// checking which NACKs configs specifying ring sizes > 8*1024*1024 (~8M).
3535
RingHashCap = uint64FromEnv("GRPC_RING_HASH_CAP", 4096, 1, 8*1024*1024)
36-
// LeastRequestLB is set if we should support the least_request_experimental
37-
// LB policy, which can be enabled by setting the environment variable
38-
// "GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST" to "true".
39-
LeastRequestLB = boolFromEnv("GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST", false)
4036
// ALTSMaxConcurrentHandshakes is the maximum number of concurrent ALTS
4137
// handshakes that can be performed.
4238
ALTSMaxConcurrentHandshakes = uint64FromEnv("GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES", 100, 1, 100)

0 commit comments

Comments
 (0)