-
Notifications
You must be signed in to change notification settings - Fork 801
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
Fix permanent freeze upon opening macOS VFS settings #6892
Conversation
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…extension service Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…service response on fast enumeration state Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
A workaround was to quit the client as a first step, reopen it and then it would not freeze opening the settings. |
This PR will make the client stop awaiting a response from the file provider module after 3 seconds, letting the settings window open as usual (just with a potentially inaccurate fast enumeration state reported in the settings window) |
AppImage file: nextcloud-PR-6892-953b1035320c94de60c23a52b61f6d9c8599fe54-x86_64.AppImage |
Quality Gate passedIssues Measures |
/backport to stable-3.13 |
Don't wait forever for the file provider extension to reply to the client's request, time out after 3 seconds