#30361: Watchman timing out when loading server
-------------------------------+------------------------------------
     Reporter:  Jacob Green    |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Uncategorized  |                  Version:  2.2
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------

Comment (by James Addison):

 I've just found that adding a `.watchmanconfig` file to add the
 `ignore_dirs` directive seemed to help (I assume this would allow watchman
 to start more quickly).  See
 https://facebook.github.io/watchman/docs/config.html#ignore_dirs

 {{{
 {
   "ignore_dirs": ["node_modules", ".envs", "bin", "lib", "include",
 ".git", ".idea", "templates", "static_assets"]
 }
 }}}

 It certainly isn't a fix - but as mentioned in the Django docs, it's worth
 investigating as a bandaid.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30361#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.0d9488760a088c5f4984ae69668d8aec%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to