Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Safely disable clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dooling committed Jun 20, 2019
1 parent 9c72c66 commit 3387b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Please start an SDM sample by selecting one of the files in the menu below.`, {
cfg.name = `@atomist/samples-${name.toLowerCase()}`;

// The sample SDM startup does not support cluster mode
cfg.cluster.enabled = false;
_.set(cfg, "cluster.enabled", false);

return cfg;
}
Expand Down

0 comments on commit 3387b5c

Please sign in to comment.