mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Increase context timeout for bandwidth throttled reader (#12820)
increase default timeout up to one hour for toy setups. fixes #12812
This commit is contained in:
committed by
GitHub
parent
bfbdb8f0a8
commit
b6cd54779c
@@ -346,6 +346,7 @@ func (sys *BucketTargetSys) getRemoteTargetClient(tcfg *madmin.BucketTarget) (*T
|
||||
getRemoteTargetInstanceTransportOnce.Do(func() {
|
||||
getRemoteTargetInstanceTransport = NewRemoteTargetHTTPTransport()
|
||||
})
|
||||
|
||||
api, err := minio.New(tcfg.Endpoint, &miniogo.Options{
|
||||
Creds: creds,
|
||||
Secure: tcfg.Secure,
|
||||
|
||||
Reference in New Issue
Block a user