Skip to content

Commit

Permalink
admin timeout is 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamillar committed Dec 21, 2024
1 parent 8738ec3 commit 147bfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gw_spaceheat/actors/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PersisterSettings(BaseModel):
class AdminLinkSettings(MQTTClient):
enabled: bool = False
name: str = H0N.admin
timeout_seconds: float = 60 * 1
timeout_seconds: float = 60 * 5

class ScadaSettings(ProactorSettings):
"""Settings for the GridWorks scada."""
Expand Down

0 comments on commit 147bfb9

Please sign in to comment.