Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-82] appcd-fswatcher: Add "depth" support for recursive watching

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2017-06-15T04:54:10.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.0.0
Componentsappcd-fswatcher
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-05-10T15:36:39.000+0000
Updated2017-10-26T03:00:32.000+0000

Description

Recursive fs watching works good... perhaps a little too good. When it recursively watches a directory, it has to walk the directory and watch every single descendant. This takes a bunch of resources and slow to initialize. Sometimes the only thing you are interested in is just a couple directories deep. It would best if the FSWatcher could watch only to a certain depth.

Comments

No comments

JSON Source