From 4f9ab8e952cb16a311bd533842296a5bd2e9cc1c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2025 16:28:57 +0200 Subject: Sleep for some short period of time before retrying after odb::recoverable exception Also increase the default maximum number of retries for configuration to 20 from 10. --- etc/brep-module.conf | 4 ++-- etc/private/install/brep-module.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 834202a..6b6fd96 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -86,7 +86,7 @@ menu About=?about # The maximum number of times to retry package database transactions in the # face of recoverable failures (deadlock, loss of connection, etc). # -# package-db-retry 10 +# package-db-retry 20 # Build configuration file. If not specified (default), then the package @@ -279,7 +279,7 @@ menu About=?about # The maximum number of times to retry build database transactions in the # face of recoverable failures (deadlock, loss of connection, etc). # -# build-db-retry 10 +# build-db-retry 20 # The root directory where the uploaded binary distribution packages are diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf index 7711b82..ec952b5 100644 --- a/etc/private/install/brep-module.conf +++ b/etc/private/install/brep-module.conf @@ -86,7 +86,7 @@ menu About=?about # The maximum number of times to retry package database transactions in the # face of recoverable failures (deadlock, loss of connection, etc). # -# package-db-retry 10 +# package-db-retry 20 # Build configuration file. If not specified (default), then the package @@ -279,7 +279,7 @@ menu About=?about # The maximum number of times to retry build database transactions in the # face of recoverable failures (deadlock, loss of connection, etc). # -# build-db-retry 10 +# build-db-retry 20 # The root directory where the uploaded binary distribution packages are -- cgit v1.1