Skip to content

Commit

Permalink
Increase timeout of http client
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Oct 4, 2023
1 parent 7df631e commit 064fee6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public Task<Result<IFileSystem>> FileSystem()
var httpClient = new System.Net.Http.HttpClient(handler)
{
BaseAddress = uri,
Timeout = TimeSpan.FromDays(1),
};

var seaweedFSClient = new SeaweedFSClient(httpClient);
Expand Down

0 comments on commit 064fee6

Please sign in to comment.