From 313a8d667a30ed68de62d3d7b8b57bbb31652133 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 24 Nov 2016 10:03:00 -0300 Subject: [PATCH] revert dflt config --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 373fcf8..3e6a902 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ var config = { disableLogs: false, port: 3232, // Uncomment to make BWS a forking server - cluster: true, + // cluster: true, // Uncomment to use the nr of availalbe CPUs // clusterInstances: 4,