Skip to content

Commit

Permalink
Remove wrong comments
Browse files Browse the repository at this point in the history
Closes: #47419
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Dec 12, 2024
1 parent 0026a33 commit 8ec2b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ray/gcs/redis_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ Status RedisContext::ConnectRedisCluster(const std::string &username,
argc.push_back(arg.size());
}

// Assume that the cluster is down, use a larger backoff time.
auto exp_back_off = ExponentialBackOff(RayConfig::instance().redis_retry_base_ms(),
RayConfig::instance().redis_retry_multiplier(),
RayConfig::instance().redis_retry_max_ms());
Expand Down

0 comments on commit 8ec2b31

Please sign in to comment.