SAAS-602: Fix getaddrinfo deadlock (again)
This commit is contained in:
parent
90aa1faea4
commit
a52e2faeb9
|
@ -5,6 +5,10 @@ import ConfigParser
|
||||||
from boto.s3.connection import S3Connection
|
from boto.s3.connection import S3Connection
|
||||||
from boto.s3.key import Key
|
from boto.s3.key import Key
|
||||||
|
|
||||||
|
# Fix for getaddrinfo deadlock. See these issues for details:
|
||||||
|
# https://github.com/gevent/gevent/issues/349
|
||||||
|
# https://github.com/docker/docker-registry/issues/400
|
||||||
|
u'fix getaddrinfo deadlock'.encode('idna')
|
||||||
|
|
||||||
CLOUD_CONFIG_PATH = '/etc/airtime-saas/cloud_storage.conf'
|
CLOUD_CONFIG_PATH = '/etc/airtime-saas/cloud_storage.conf'
|
||||||
STORAGE_BACKEND_FILE = "file"
|
STORAGE_BACKEND_FILE = "file"
|
||||||
|
|
Loading…
Reference in New Issue