debug: disable ownerless shares in folder for perf testing

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2025-04-10 15:45:32 +02:00
parent b82245ddea
commit 9df8ae3a6b
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -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();