Skip to content

Commit

Permalink
fix: lower timeout on httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Mar 11, 2024
1 parent baf1bf0 commit cc308f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ static Plugin() {
DefaultRequestHeaders = {
UserAgent = { UserAgent },
},
Timeout = TimeSpan.FromSeconds(15),
};
}

Expand Down

0 comments on commit cc308f4

Please sign in to comment.