log arguments for debug builds

This commit is contained in:
bluepilledgreat 2023-10-04 13:35:32 +01:00
parent 35c1a36176
commit c0b972eec7

View File

@ -120,6 +120,10 @@ namespace Bloxstrap
LaunchArgs = e.Args;
#if DEBUG
Logger.WriteLine(LOG_IDENT, $"Arguments: {string.Join(' ', LaunchArgs)}");
#endif
HttpClient.Timeout = TimeSpan.FromSeconds(30);
HttpClient.DefaultRequestHeaders.Add("User-Agent", ProjectRepository);