bump default poll interval to 60 seconds
This commit is contained in:
parent
2cf6074641
commit
87d075758c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Settings(BaseSettings):
|
|||
)
|
||||
host: str = "0.0.0.0" # nosec B104
|
||||
port: int = 9242
|
||||
interval: int = 5
|
||||
interval: int = 60
|
||||
tailnet: str = Field()
|
||||
api_key: SecretStr = Field()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue