]> git.saurik.com Git - apt.git/commit
Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire
authorJulian Andres Klode <jak@debian.org>
Sat, 10 Oct 2015 22:41:11 +0000 (00:41 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 10 Oct 2015 22:41:11 +0000 (00:41 +0200)
commitd06c500cd05eeab809d313c27453b2b1f4d18307
tree718212ef6b35cc01c883c82012fd3f77e20d66ed
parentebd8621e5b18446dd251e90f79aa7576c6cb83b2
Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire

The acquire system actually uses usec pulse intervals, so the
previous value was correct (500ms) whereas the new value is
now 5s.

It's a bit unfortunate that the two systems use different units
for pulse intervals, but probably not much we can do about it.

This partially reverts commit eaf21c2144fa8dc4be8581dc69cf88cb38e30ce2.
apt-pkg/acquire.h