-
Notifications
You must be signed in to change notification settings - Fork 8
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
File locking currently only 30min #49
Comments
Well I'd be fine either way.
So my take is
|
I'm wondering if we should not still consider such scenarios, as the lock might also be removed by an admin and then clients should be able to handle such lock-steal scenarios anyways in some way. I could imagine that they could implement similar behaviour as a conflicting file would have on the desktop client, where a copy is preserved for manual resolution. Nevertheless, support for infinite lock timeout is started in #55 just the decision on the default I would make dependent on above considerations. |
As dicussced in nextcloud/server#21914 I assumed that file locking will be "forever", but Maxence said that current state locks file only for 30min, which could be changed to a config value.
This means that longer editing of a file is not possible.
On the other hand it means that we do not need to have any unlock mechanism via admin.
@AndyScherzinger @schiessle what is your opinion here?
The text was updated successfully, but these errors were encountered: