diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-14 16:28:57 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2025-02-17 21:31:24 +0200 |
commit | 4f9ab8e952cb16a311bd533842296a5bd2e9cc1c (patch) | |
tree | 8a8de9afc5850867d4847f81d7d9233b62452189 /etc | |
parent | 62a6bd8d6bb576edf76c42db8ffb73fcb0f87fb7 (diff) |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 4 | ||||
-rw-r--r-- | etc/private/install/brep-module.conf | 4 |
2 files changed, 4 insertions, 4 deletions
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 |