File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ Changed the default connection timeout in the SDK to 60s.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class ConfigBase(BaseSettings):
5454 pagination_size : int = Field (default = 50 , description = "Page size for queries to the server" )
5555 retry_delay : int = Field (default = 5 , description = "Number of seconds to wait until attempting a retry." )
5656 retry_on_failure : bool = Field (default = False , description = "Retry operation in case of failure" )
57- timeout : int = Field (default = 10 , description = "Default connection timeout in seconds" )
57+ timeout : int = Field (default = 60 , description = "Default connection timeout in seconds" )
5858 transport : RequesterTransport = Field (
5959 default = RequesterTransport .HTTPX , description = "Set an alternate transport using a predefined option"
6060 )
You can’t perform that action at this time.
0 commit comments