Skip to content

Commit

Permalink
- adjusted the retries and retry interval to reduce churn
Browse files Browse the repository at this point in the history
  • Loading branch information
simbaja committed Jul 30, 2023
1 parent b74ce88 commit fcfe43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gehomesdk/clients/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
LOGIN_REGION_COOKIE_NAME = "abgea_region"
LOGIN_COOKIE_DOMAIN = "accounts.brillion.geappliances.com"

MAX_RETRIES = 3
RETRY_INTERVAL = 2
MAX_RETRIES = 1
RETRY_INTERVAL = 10

EVENT_ADD_APPLIANCE = "add_appliance"
EVENT_APPLIANCE_INITIAL_UPDATE = "appliance_got_type"
Expand Down

0 comments on commit fcfe43a

Please sign in to comment.