Skip to content
Commit 7109e3fe authored by Wei Shoulin's avatar Wei Shoulin
Browse files

feat(csst_dfs_client): change default timeout value to None in request functions

Change the default value of the `timeout` parameter from 300 to None
for all HTTP request methods (get, post, put, delete, post_bytesio,
and download_file) in the request module. This allows the requests
to use the system's default timeout behavior when no explicit timeout
is provided, improving flexibility and alignment with standard practices.
parent dbd35982
Loading
Loading
Loading
Loading