Skip to content

Commit bcb66e1

Browse files
Remove hard limit
1 parent dbee8e0 commit bcb66e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Backup/Collector/Dropbox.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ protected function collectBackups()
4949
$items = $this->client->listFolder(
5050
Util\Path::withTrailingSlash($this->path->getPathThatIsNotChanging()),
5151
[
52-
'limit' => 100,
53-
'recursive' => true,
52+
'recursive' => true
5453
]
5554
);
5655
/** @var \Kunnu\Dropbox\Models\FileMetadata $item */

0 commit comments

Comments
 (0)