This commit is contained in:
Jeff Mitchell 2018-05-11 11:50:10 -04:00
parent 9765779622
commit 03b3914151
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ func (c *Client) Clone() (*Client, error) {
MaxRetries: config.MaxRetries,
Timeout: config.Timeout,
Backoff: config.Backoff,
Limiter: config.Limiter,
Limiter: config.Limiter,
}
config.modifyLock.RUnlock()