Skip to content
Commit d1ad6b61 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

[KInotify] Fix _k_addWatches helper when hitting descriptor limit

Break the loop in case the watch descriptors are exhausted without
emitting the `installedWatches` signal. Previously, it was emitted when
the path list was emptied, but omitted when the loop was left due to
hitting the batch size limit.

The return value is pointless, as the helper is called asynchronously.
parent 6b1a7189
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment