Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
townba committed Nov 18, 2024
1 parent caed093 commit 03abe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/rls/control_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (cc *controlChannel) lookup(reqKeys map[string]string, reason rlspb.RouteLo
cc.logger.Infof("Sending RLS request %+v", pretty.ToJSON(req))
}

ctx, cancel := context.WithTimeout(context.Background(), cc.rpcTimeout)
ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second)
defer cancel()
cc.logger.Infof("\x1B[41mtownba: RouteLookup before\x1B[m")
resp, err := cc.client.RouteLookup(ctx, req)
Expand Down

0 comments on commit 03abe55

Please sign in to comment.