Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
Co-authored-by: André Duffeck <andre.duffeck@firondu.de>

Signed-off-by: Christian Richter <crichter@owncloud.com>
  • Loading branch information
dragonchaser committed Nov 29, 2023
1 parent 6697bce commit 0c67dbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog/unreleased/concurrent-trashbin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Handle trashbin file listings concurrently

We now use a concurrent walker to list files in the trashbin. This
improves performance when listing files in the trashbin.

https://github.com/cs3org/reva/pull/4374
https://github.com/owncloud/ocis/issues/7844
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/recycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package decomposedfs

import (
"context"
"golang.org/x/sync/errgroup"
iofs "io/fs"
"os"
"path/filepath"
Expand All @@ -37,6 +36,7 @@ import (
"github.com/cs3org/reva/v2/pkg/storage/utils/decomposedfs/node"
"github.com/cs3org/reva/v2/pkg/storagespace"
"github.com/pkg/errors"
"golang.org/x/sync/errgroup"
)

// Recycle items are stored inside the node folder and start with the uuid of the deleted node.
Expand Down

0 comments on commit 0c67dbf

Please sign in to comment.