-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable31] feat(scanner): enable use of a setting to disable DB transaction #56388
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
base: stable31
Are you sure you want to change the base?
Conversation
81de305 to
a916c38
Compare
a916c38 to
a293480
Compare
a293480 to
7f0d42d
Compare
while doing a files scan from storage, we may want not to use DB transactions enable the use of a setting for that define filescanner_no_transactions in system config to enable this (i.e. in config.php) Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Signed-off-by: Louis Chmn <louis@chmn.me>
7f0d42d to
3273354
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking until parent PR is merged.
|
/backport! to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/56388/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 3273354c
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/56388/stable30Error: Failed to push branch backport/56388/stable30: remote: Invalid username or token. Password authentication is not supported for Git operations. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Backport of #56383
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.