Fix roundtripper doesn't increase request timeout setting after each retry (#1216)
This commit is contained in:
@@ -100,7 +100,7 @@ func (c *Client) service() {
|
||||
c.logger.Error("error tapping function service address", zap.Error(err), zap.String("address", u))
|
||||
}
|
||||
}
|
||||
c.logger.Info("tapped services in batch", zap.Int("service_count", len(urls)))
|
||||
c.logger.Debug("tapped services in batch", zap.Int("service_count", len(urls)))
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user