1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Improve file listing for b2 backend

This commit is contained in:
Grzegorz Uriasz
2023-09-12 15:13:14 +02:00
parent 981efc13e6
commit b609d8d11a

View File

@@ -396,7 +396,7 @@ type B2ListFileNamesOutput struct {
func (client *B2Client) ListFileNames(threadIndex int, startFileName string, singleFile bool, includeVersions bool) (files []*B2Entry, err error) {
maxFileCount := 1000
maxFileCount := 10 * 1000
if singleFile {
if includeVersions {
maxFileCount = 4