Disable verbose logging of 9p messages, because it slows everything down immensely. This was done ages ago on my machine, but I neglected to submit it. . Reference: /n/atom/patch/applied/wd-no9plog Date: Sat Jun 14 07:08:11 CES 2014 Signed-off-by: root@davidrhoskin.com --- /usr/web/9wd/js/lib9p/log.js Sat Jun 14 07:07:10 2014 +++ /usr/web/9wd/js/lib9p/log.js Sat Jun 14 07:07:12 2014 @@ -7,5 +7,5 @@ } NineP.Log.prototype.buf = function(s){ - this.cons.log(s); + //this.cons.log(s); }