From: James Troup Date: Tue, 13 Feb 2007 14:16:56 +0000 (+0000) Subject: [ajt] drop maximum index diffs down to 14. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8f04a2aa798d4e49fb342e518013e6be4aa349df;p=dak.git [ajt] drop maximum index diffs down to 14. --- diff --git a/ChangeLog b/ChangeLog index 0f9f1cb0..d934ff46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-02-08 Anthony Towns * config/debian/dak.conf: update for 3.1r4. Use new 'etch' - signing key. + signing key. Drop maximum index diffs down to 14. * config/debian/apt.conf: add udeb support for non-free (testing, unstable) and experimental. diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 60247d3d..1dc7c74c 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -62,7 +62,7 @@ Generate-Index-Diffs Options { TempDir "/srv/ftp.debian.org/tiffani"; - MaxDiffs { Default 90; }; + MaxDiffs { Default 14; }; }; };