Skip to content

Commit

Permalink
Turn on cluster in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpereiro committed Jun 16, 2017
1 parent 7c6fb58 commit 7570d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To run the test first run `node test` at the command prompt and then open the ur
}
cicek.options.headers ['x-powered-by'] = 'cicek';

//cicek.cluster ();
cicek.cluster ();

cicek.listen ({port: 8000}, [
['all', '*', echo],
Expand Down

0 comments on commit 7570d63

Please sign in to comment.