Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 192d515

Browse files
authored
Merge pull request #750 from github-for-unity/fixes/update-web-timeout-from-settings
Updating ApplicationConfiguration webTimeout from settings
2 parents cb9a6c8 + b67fe9b commit 192d515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/GitHub.Api/Application/ApplicationManagerBase.cs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected void Initialize()
4242
Platform = new Platform(Environment);
4343

4444
LogHelper.TracingEnabled = UserSettings.Get(Constants.TraceLoggingKey, false);
45+
ApplicationConfiguration.WebTimeout = UserSettings.Get(Constants.WebTimeoutKey, ApplicationConfiguration.WebTimeout);
4546
ProcessManager = new ProcessManager(Environment, Platform.GitEnvironment, CancellationToken);
4647
Platform.Initialize(ProcessManager, TaskManager);
4748
GitClient = new GitClient(Environment, ProcessManager, TaskManager.Token);

0 commit comments

Comments
 (0)