Skip to content

Commit

Permalink
Merge pull request #32 from frenck/patch-1
Browse files Browse the repository at this point in the history
Sets default caching TTL to 300 seconds
  • Loading branch information
costastf authored Mar 18, 2019
2 parents e53a6ec + 56b100b commit 4d2dd72
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 4d2dd72

Please sign in to comment.