From 703ed8fe36fc43c683a42ac8ae2d0c1450eeeebf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 6 Apr 2013 22:04:41 -0400 Subject: [PATCH] 6 of em --- Procfile | 2 +- elephant.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Procfile b/Procfile index f9627a6..1f6e966 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn elephant:app -w 3 \ No newline at end of file +web: gunicorn elephant:app -w 6 \ No newline at end of file diff --git a/elephant.py b/elephant.py index 336fd5a..e5855d1 100644 --- a/elephant.py +++ b/elephant.py @@ -34,8 +34,6 @@ PUBLIC_ALLOWED = 'PUBLIC_ALLOWED' in os.environ # If S3 bucket doesn't exist, set it up. BUCKET_NAME = 'elephant-{}'.format(CLUSTER_NAME) - - # Elastic Search Stuff. ES = ElasticSearch(ELASTICSEARCH_URL) _url = urlparse.urlparse(ES.servers.live[0])