]> git.saurik.com Git - apt.git/commit - apt-pkg/deb/dpkgpm.cc
drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytes
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 8 Jun 2016 20:40:53 +0000 (22:40 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 8 Jun 2016 20:40:53 +0000 (22:40 +0200)
commitc92ece1a7309d762bcf424f4ab0f1427d520d207
tree8f7f7440dabe326c40d3b743fad17a0624025cdd
parentb4450f1dd6bca537e60406b2383ab154a3e1485f
drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytes

We had an old FIXME saying that it is probably pointless to do this if
we limit by length of the commandline already and I completely agree.
The splitting is bad enough if it must be done, so we should only do it
if we have to (as in absolute length of commandline) and, but that is
just a remark, it is unlikely that we ever have/had a call triggering
this as the default value was ~32000 items…
apt-pkg/deb/dpkgpm.cc