mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
pass in defaultListMaxItems to b2Backend constructor
gh-1385
This commit is contained in:
parent
e44ac55f63
commit
38c3061df7
@ -70,6 +70,7 @@ func Open(cfg Config, rt http.RoundTripper) (restic.Backend, error) {
|
||||
Join: path.Join,
|
||||
Path: cfg.Prefix,
|
||||
},
|
||||
listMaxItems: defaultListMaxItems,
|
||||
sem: sem,
|
||||
}
|
||||
|
||||
@ -110,6 +111,7 @@ func Create(cfg Config, rt http.RoundTripper) (restic.Backend, error) {
|
||||
Join: path.Join,
|
||||
Path: cfg.Prefix,
|
||||
},
|
||||
listMaxItems: defaultListMaxItems,
|
||||
sem: sem,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user