X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=16120d8eb9dcefa8be65057feab9df069551fa50;hb=0216544ee8c5aca451b9133f908adb686cd8f68d;hp=fddecd62ca52fe4b1dc81de68e30bc119d8c276c;hpb=bcabfebff00a88d0615b12d952b88df36dd689bb;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index fddecd62..16120d8e 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -33,7 +33,7 @@ Dinstall Reject { NoSourceOnly "true"; - ReleaseTransitions "/srv/ftp-master.debian.org/web/transitions.yaml"; + ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml"; }; // if you setup an own dak repository and want to upload Debian packages you most possibly want // to set the following option to a real path/filename and then enter those mail addresses that @@ -494,7 +494,7 @@ DB { Name "projectb"; Host ""; - Port -1; + Port 5433; }; Architectures @@ -653,3 +653,9 @@ Contents Header "contents"; Root "/srv/ftp-master.debian.org/test/"; } + +Common +{ + // The default number of threads for multithreading parts of dak: + ThreadCount 16; +}