Skip to content

Commit

Permalink
Sets default caching TTL to 300 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 18, 2019
1 parent e53a6ec commit 56b100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toonapilib/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""A place to store the configuration."""


STATE_CACHING_SECONDS = 30
STATE_CACHING_SECONDS = 300
REQUEST_TIMEOUT = 9

STATES = {0: 'Comfort',
Expand Down

0 comments on commit 56b100b

Please sign in to comment.