Skip to content

Commit

Permalink
docs: clarify client documentation
Browse files Browse the repository at this point in the history
Again, these changes are just to effect a release.

A change to the release workflow also removes testing the environment variable and re-exporting it.
On the last build I ran, it appears to have worked as expected, where previously it didn't. Doesn't
really make any sense.
  • Loading branch information
jacderida authored and joshuef committed Apr 15, 2024
1 parent 5c64387 commit c6a5f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sn_client/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ impl Client {

/// Instantiate a new client.
///
/// Optionally specify the maximum time the client will wait for a connection before timing out.
/// Optionally specify the duration for the connection timeout.
///
/// Defaults to 180 seconds.
///
/// # Arguments
Expand Down

0 comments on commit c6a5f69

Please sign in to comment.