jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

Investigate viability of fs.watch in order to drop watchr #41

Closed jbt closed 8 years ago

jbt commented 11 years ago

Open file / watch limits are sometimes being problematic. Using whatever's built into node core would presumably be better than using a module. Problem then is compatibility. Can't remember when fs.watch was added to node core but it'll definitely mean dropping support for 0.4 (ok I guess) and probably 0.6 as well if docker is to rely on it. Needs further investigation.

Related: #40