From f221ed0fb029d0156dc6afd56345dda39cfd48e6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 26 Sep 2018 23:20:48 +0300 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Debugging.md b/Debugging.md index 466afe6..ac3c0fa 100644 --- a/Debugging.md +++ b/Debugging.md @@ -30,9 +30,7 @@ 2) Wekan Javascript code has [increaded fiber poolsize](https://github.com/wekan/wekan/blob/devel/server/authentication.js#L5-L9). -3) There is [on-going 100% CPU usage Meteor issue](https://github.com/meteor/meteor/issues/9796#issuecomment-400079380) and hopefully [fixes to Node.js will land in Node v8.12](https://github.com/nodejs/node/pull/21593#issuecomment-403636667) sometime. - -3) While waiting for Node 8.12 above, Wekan includes [Sandstorm fork of Node.js, source here](https://github.com/sandstorm-io/node/commits/sandstorm) and binary [copied from Sandstorm](https://github.com/wekan/wekan-mongodb/issues/2#issuecomment-381453161) or downloaded as node binary or tar.gz package from https://releases.wekan.team , at Wekan they are included in [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile) and [snapcraft.yaml](https://github.com/wekan/wekan/blob/devel/snapcraft.yaml). +3) There is [on-going 100% CPU usage Meteor issue](https://github.com/meteor/meteor/issues/9796#issuecomment-400079380) and hopefully [fixes to Node.js will land in Node v8.12](https://github.com/nodejs/node/pull/21593#issuecomment-403636667) sometime. Node 8.12 is now released and official version included at Wekan. ## Scaling to thousands of users