mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-23 20:29:45 +08:00
Update version to v1.3.1
Support Cache Token Support Console Command Update Http Client Timeout to 10s
This commit is contained in:
@@ -30,7 +30,7 @@ namespace GrasscutterTools.Utils
|
||||
{
|
||||
public static readonly HttpClient HttpClient = new HttpClient
|
||||
{
|
||||
Timeout = TimeSpan.FromSeconds(30),
|
||||
Timeout = TimeSpan.FromSeconds(10),
|
||||
};
|
||||
|
||||
static HttpHelper()
|
||||
|
Reference in New Issue
Block a user