-
Notifications
You must be signed in to change notification settings - Fork 2.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
triger the propagator from the command line scanner #24256
Conversation
By analyzing the blame information on this pull request, we identified @LukasReschke, @DeepDiver1975 and @nickvergessen to be potential reviewers |
@@ -168,5 +180,9 @@ public function scan($dir = '') { | |||
} | |||
} | |||
} | |||
|
|||
private function triggerPropagator(IStorage $storage, $internalPath) { | |||
$storage->getPropagator()->propagateChange($internalPath, time()); |
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.
@icewind1991 can you remind me whether this is debounced on the path ?
Because if we detect several changes within the same folder, it would be expensive to propagate the etag to the parents several times for every found file.
Tested, works 👍 @karlitschek backport to 9.0.2 ? |
great. please backport |
@icewind1991 please submit the backport PR, thanks |
stable9: #24261 |
👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #24255
cc @PVince81