Commit b9e22bb0 by Andres Buritica

Add comment for connection timeout

parent 8268c9f6
......@@ -23,6 +23,7 @@ API_ROOT = 'https://api.parse.com/1'
ACCESS_KEYS = {}
# Connection can sometimes hang forever on SSL handshake
CONNECTION_TIMEOUT = 60
def register(app_id, rest_key, **kw):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment