Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
better config
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Nov 24, 2016
1 parent 313a8d6 commit f7e049c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ var config = {
basePath: '/bws/api',
disableLogs: false,
port: 3232,
// Uncomment to make BWS a forking server
// cluster: true,
// Uncomment to use the nr of availalbe CPUs

// comment this to use a single process
cluster: true,

// Uncomment to set the number or process (will use the nr of availalbe CPUs by default)
// clusterInstances: 4,

// https: true,
Expand Down

0 comments on commit f7e049c

Please sign in to comment.