Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions monitoring/monitorlib/fetch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

@dataclass
class Settings:
connect_timeout_seconds: float | None = 3.1
connect_timeout_seconds: float | None = 10.1
"""Number of seconds to allow for establishing a connection."""

read_timeout_seconds: float | None = 6.1
read_timeout_seconds: float | None = 20.1
"""Number of seconds to allow for a request to complete after establishing a connection."""

attempts: int = 2
Expand Down
Loading