This commit is contained in:
Kenneth Reitz
2013-04-06 22:04:41 -04:00
parent fb6bea30cc
commit 703ed8fe36
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
web: gunicorn elephant:app -w 3
web: gunicorn elephant:app -w 6
-2
View File
@@ -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])