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/nixpkgs
base: 040f43d890c8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 26cc536edf28
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 18, 2020

  1. nixos/sane: bump the MaxConnections to a reasonable amount

    Whenever I try to scan from another computer it has to establish >2
    connections in order to succeed. With the connections being limited to 1
    I can not scan any document.
    
    This is also what other distributions ([Debian], [ArchLinux], …) have
    done in one way or another.
    
    [Debian]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850649#5
    [ArchLinux]: no limit: https://github.com/archlinux/svntogit-packages/blob/99cba454bb0b69034bc45e97cde4a460bccfef4b/trunk/saned.socket#L4
    andir committed Nov 18, 2020
    Copy the full SHA
    6f7d8e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge pull request #104203 from andir/saned-max-connections

    nixos/sane: bump the MaxConnections to a reasonable amount
    andir committed Dec 1, 2020
    Copy the full SHA
    26cc536 View commit details
    Browse the repository at this point in the history