[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Move ddaccess sync out of the locked area and background it



Its half an hour that it takes, and no reason we need to wait for it
---
 config/debian/cron.dinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 4c3613d..068ac62 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -253,9 +253,9 @@ mklslar                none                       mklslar                    fal
 mkfilesindices         none                       mkfilesindices             false   false
 mkchecksums            none                       mkchecksums                false   false
 mirror                 none                       mirror\ hardlinks          false   false
-ddaccess               none                       ddaccessible\ sync         false   false
 NOSTAGE                remove_locks               none                       false   false
 STATE                  postlock                   none                       false   false
+ddaccess               none                       ddaccessible\ sync         true    true
 changelogs             none                       changelogs                 false   true
 pg_timestamp           postdinstall               pg_dump2                   false   false
 expire                 none                       expire_dumps               false   true
-- 
2.1.4



Reply to: