mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
debug: disable ownerless shares in folder for perf testing
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
b82245ddea
commit
9df8ae3a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -1208,7 +1208,7 @@ class Manager implements IManager {
|
|||
|
||||
$shares = [];
|
||||
foreach ($providers as $provider) {
|
||||
if ($isOwnerless) {
|
||||
if (false) {
|
||||
foreach ($node->getDirectoryListing() as $childNode) {
|
||||
$data = $provider->getSharesByPath($childNode);
|
||||
$fid = $childNode->getId();
|
||||
|
|
|
|||
Loading…
Reference in a new issue