From c2d6c2762a085aa99543ac769cec55924b6a97cd Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Thu, 5 Jan 2017 17:22:31 +0100 Subject: [PATCH] Comment dev lines in Procfile, closes #1 --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 8c83b82..498ee2e 100644 --- a/Procfile +++ b/Procfile @@ -3,8 +3,8 @@ ############################### # Procfile for development using the new threaded worker (scheduler, twitter stream and delayed job) -web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0} -jobs: bundle exec rails runner bin/threaded.rb +# web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0} +# jobs: bundle exec rails runner bin/threaded.rb # Old version with separate processes (use this if you have issues with the threaded version) # web: bundle exec rails server