diff --git a/internal/backend/b2/b2.go b/internal/backend/b2/b2.go index 4c68953b4..0624c1c3a 100644 --- a/internal/backend/b2/b2.go +++ b/internal/backend/b2/b2.go @@ -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, }