Skip to content

Commit

Permalink
Enable running Galaxy as multiprocess app by default
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed May 19, 2017
1 parent 9b78e15 commit c7dbc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def cloud_type(self):

@property
def multiple_processes(self):
return self.get("configure_multiple_galaxy_processes", False)
return self.get("configure_multiple_galaxy_processes", True)

@property
def condor_enabled(self):
Expand Down

0 comments on commit c7dbc1d

Please sign in to comment.