summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-07 15:49:05 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:42 +0100
commitfc2d3815545ae444fa8037021b12d85812a6f75b (patch)
tree1e4e6d2c74ab772da4a6b6a669fa958f2c3967d8 /debian
parent94f8f05a2da10771a3403952e3d1b873cc0ce536 (diff)
Increase sqlite_busy_timeout in debpolicy-dbretry
zealot is very slow and we need to give the other processes time to rollback and release the lock.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1b747fe..93ce3d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,9 @@ dgit (1.5~~) unstable; urgency=medium
explicitly in drs-push-rejects test. This avoids date dependencies
which can cause that test to fail on fast computers.
* Remove some spurios .debs from the example_1.0.tar.
+ * Increase sqlite_busy_timeout in debpolicy-dbretry, because
+ zealot is very slow and we need to give the other processes time
+ to rollback and release the lock.
--