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: NixOS/nix
base: 05a10dd83592
Choose a base ref
...
head repository: NixOS/nix
compare: 35ebae198f5a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 8, 2019

  1. conf: stalled-download-timeout: make tunable

    Make curl's low speed limit configurable via stalled-download-timeout.
    Before, this limit was five minutes without receiving a single byte.
    This is much too long as if the remote end may not have even
    acknowledged the HTTP request.
    grahamc committed Aug 8, 2019
    Copy the full SHA
    a02457d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3031 from grahamc/low-speed-limit

    conf: stalled-download-timeout: make tunable
    edolstra committed Aug 8, 2019
    Copy the full SHA
    35ebae1 View commit details
    Browse the repository at this point in the history