Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
use quad dynos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 18, 2013
1 parent 2a97727 commit c2a6664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spawner.coffee
Expand Up @@ -35,7 +35,7 @@ class Spawner
data["ps_env[#{key}]"] = val for key, val of options.env # only add desired env
data["attach"] = "true"
data["command"] = command
data["size"] = 2
data["size"] = 4

request = restler.post "https://#{host}/apps/#{app}/ps",
headers:
Expand Down

0 comments on commit c2a6664

Please sign in to comment.