Skip to content

Commit

Permalink
feat(capi config): Rearrange constructor arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jan 19, 2024
1 parent e748fc0 commit 76d4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cscapi/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def has_valid_token(machine: MachineModel, latency_offset=10) -> bool:
class CAPIClientConfig:
scenarios: List[str]
prod: bool = False
user_agent_prefix: str = ""
max_retries: int = 3
latency_offset: int = 10
user_agent_prefix: str = ""
retry_delay: int = 5


Expand Down

0 comments on commit 76d4bc7

Please sign in to comment.