Thanks to visit codestin.com
Credit goes to github.com

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

Removing WebTimeout Setting #749

Closed
wants to merge 2 commits into from

Conversation

StanleyGoldman
Copy link
Contributor

This setting used to control the web timeout of Octokit.NET.
We could use it to control the timeout of other things, but it's not currently connected.
Probably best to just remove it.

@shana
Copy link
Member

shana commented May 15, 2018

ApplicationConfiguration.WebTimeout is being used for web connections, you can see in

webRequest.Timeout = ApplicationConfiguration.WebTimeout;

@shana shana closed this May 15, 2018
@StanleyGoldman StanleyGoldman deleted the fixes/remove-unused-setting branch May 15, 2018 16:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants