Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-12-22 03:11:02 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-01-04 06:39:54 +0400
commit63cdd93afcbff4d2a93fb04c36dbd1fe393f19cd (patch)
tree5e505025b4d99d344b6a89f626272b0f517c090c /Procfile
parent9b05e80e3f96d18e27dbc0fc9ef382fc81674686 (diff)
the websocket has been completely removed, and replaced for a stub until
we find a better way to reimpliment it in a more sane way
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 8e97aa04d..4b2086aca 100644
--- a/Procfile
+++ b/Procfile
@@ -1,4 +1,3 @@
web: bundle exec rails s thin -p $PORT
redis: redis-server
-websocket: ruby script/websocket_server.rb
worker: QUEUE=* bundle exec rake resque:work