mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -42,7 +42,7 @@ namespace ArchiSteamFarm {
|
|||||||
|
|
||||||
private static readonly string DefaultUserAgent = "ArchiSteamFarm/" + Program.Version;
|
private static readonly string DefaultUserAgent = "ArchiSteamFarm/" + Program.Version;
|
||||||
private static readonly HttpClient HttpClient = new HttpClient(new HttpClientHandler {
|
private static readonly HttpClient HttpClient = new HttpClient(new HttpClientHandler {
|
||||||
UseCookies = false,
|
UseCookies = false
|
||||||
}) {
|
}) {
|
||||||
Timeout = TimeSpan.FromSeconds(60)
|
Timeout = TimeSpan.FromSeconds(60)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user