Skip to content

Commit

Permalink
core: remove backoff policy todo (grpc#6953)
Browse files Browse the repository at this point in the history
  • Loading branch information
creamsoup authored and dfawley committed Jan 15, 2021
1 parent 4859f6e commit b705c4e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -511,7 +511,6 @@ public ManagedChannel build() {
return new ManagedChannelOrphanWrapper(new ManagedChannelImpl(
this,
buildTransportFactory(),
// TODO(carl-mastrangelo): Allow clients to pass this in
new ExponentialBackoffPolicy.Provider(),
SharedResourcePool.forResource(GrpcUtil.SHARED_CHANNEL_EXECUTOR),
GrpcUtil.STOPWATCH_SUPPLIER,
Expand Down

0 comments on commit b705c4e

Please sign in to comment.