Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShell Loading
base: 5aaa286217ee98f446cd7ba9cb01ba2756d66dba
Choose a base ref
...
head repository: PowerShell/PowerShell Loading
compare: 6b41734e9c5d94d53b92b630aa51900834e2e39f
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Apr 25, 2023

  1. Rename TimeoutSec and add NetworkTimeoutSec

    TimeoutSec becomes ConnectTimeoutSec and has same behaviour as before.
        NetworkTimeoutSec specifies the maximum allowed time between reads from the
        network when streaming http response messages.
    
        The default for both items is to have no timeout.
    
        Co-Authored-By: CarloToso <105941898+CarloToso@users.noreply.github.com>
    stevenebutler committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6b41734 View commit details
    Browse the repository at this point in the history
Loading