-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external storage (SMB) slow #9511
Comments
+1 here |
That's by design. If it needs to check on every request for changes then it is slow. You could try out the notify configuration to work around this, but this needs to be supported by your SMB server: |
I am using a linux smb-server, so this is not possible I guess. |
Because then you never know if a subfolder has changed and the clients then would never know about this change in a sub sub sub sub folder. |
on my setup it checks on every directory change inside a mounted share. So if it checks anyway on every action, why does it have to know the subfolders already that aren´t displayed yet. |
maybe a third option involving a cron that automatically syncs the share in an user defined interval would be possible? |
hello,
I added an external samba to my cloud and first of all it is very slow if I try to access it via webdav from a desktop client.
Edit: The problem is the option "Check for changes". As I set it to never, it loads very fast.
Nextcloud 13.0.2
Regards,
Af0x
The text was updated successfully, but these errors were encountered: