Skip to content

Commit

Permalink
fix/correct comment about polling (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Mar 14, 2024
1 parent 9422ef6 commit 5ed6964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EndpointCachesSettings(BaseModel):
class Settings(BaseSettings):
environment_key_pairs: List[EnvironmentKeyPair]
api_url: HttpUrl = "https://edge.api.flagsmith.com/api/v1"
api_poll_frequency: int = 10 # minutes
api_poll_frequency: int = 10 # seconds
api_poll_timeout: int = 5 # seconds
endpoint_caches: EndpointCachesSettings | None = None
allow_origins: List[str] = ["*"]
Expand Down

0 comments on commit 5ed6964

Please sign in to comment.