From 42b3b6bb99fe29a5899e88349cab3867f701d88f Mon Sep 17 00:00:00 2001 From: jop-odoo <48138044+jop-odoo@users.noreply.github.com> Date: Tue, 2 Jun 2020 00:39:28 -0700 Subject: [PATCH] [IMP] odoo_sh: clarify dev branch behavior (#688) Some users have reported that current wording sets the expectation that there will be a notification when dev branches will be eliminated after the three days. This makes it clear that after 3 days dev branches are automatically garbage collected at any moment without prior notice. --- odoo_sh/getting_started/branches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_sh/getting_started/branches.rst b/odoo_sh/getting_started/branches.rst index 22b776f56..d1fb356e5 100644 --- a/odoo_sh/getting_started/branches.rst +++ b/odoo_sh/getting_started/branches.rst @@ -101,7 +101,7 @@ Similar to staging branches, the emails are not sent but are intercepted by a ma scheduled actions are not triggered as often is the database is not in use. The databases created for development branches are meant to live around three days. -After that, they can be garbage collected to make room for new databases. +After that, they can be automatically garbage collected to make room for new databases without prior notice. .. _odoosh-gettingstarted-branches-mergingbranches: