Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Add comment for connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thelinuxkid committed Aug 4, 2014
1 parent 8268c9f commit b9e22bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_rest/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ACCESS_KEYS = {}


# Connection can sometimes hang forever on SSL handshake
CONNECTION_TIMEOUT = 60

def register(app_id, rest_key, **kw):
Expand Down

0 comments on commit b9e22bb

Please sign in to comment.