Skip to content

Commit

Permalink
Increase default time-out to 15 seconds (#337)
Browse files Browse the repository at this point in the history
Set default time-out to 15 seconds. Retrieving the hosts might take lot
longer on some older modems than expected.
  • Loading branch information
iMicknl authored Aug 9, 2024
1 parent 7e039cb commit 0e535a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagemcom_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

API_ENDPOINT = "/cgi/json-req"

DEFAULT_TIMEOUT = 7
DEFAULT_TIMEOUT = 15
DEFAULT_USER_AGENT = "Python_Sagemcom"

XMO_ACCESS_RESTRICTION_ERR = "XMO_ACCESS_RESTRICTION_ERR"
Expand Down

0 comments on commit 0e535a7

Please sign in to comment.