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])