diff --git a/uSync.TemplateTracker/readme.md b/uSync.TemplateTracker/readme.md index 1dd5826c..c50e8f14 100644 --- a/uSync.TemplateTracker/readme.md +++ b/uSync.TemplateTracker/readme.md @@ -12,7 +12,10 @@ create a view in visual studio. - [ ] run a filewatcher for file changes while project is running - [ ] handle movement of templates (change the layout changes the parent) +### Filewatcher +The file watcher stuff is potentially quite dangorous (many hanldes, lots of memeory, espeically if it ran near a live site), as such it might not be worth approaching it from this angle, a health check might be a better way to do this. + ### Notes - this may or may not be practical. The main issue is how filewatchers can trigger 'alot' so we will need -to keep the chatter down. \ No newline at end of file +to keep the chatter down.