Set connection_recycle_time to 3600
Related-Prod: PROD-36223
Change-Id: Ic8891c3eae8916eed49023c3ba7aaf5148c061a0
diff --git a/oslo_templates/files/queens/oslo/_database.conf b/oslo_templates/files/queens/oslo/_database.conf
index 3353e35..14f10f1 100644
--- a/oslo_templates/files/queens/oslo/_database.conf
+++ b/oslo_templates/files/queens/oslo/_database.conf
@@ -47,10 +47,8 @@
# Deprecated group/name - [DATABASE]/sql_idle_timeout
# Deprecated group/name - [sql]/idle_timeout
#connection_recycle_time = 3600
-# (obryndzii) we change default connection_recycle_time to 280 in order to fix numerous
-# DBConnection errors in services until we implement this setting in reclass-system
-{%- if _data.get('connection_recycle_time', 280) %}
-connection_recycle_time = {{ _data.get('connection_recycle_time', 280) }}
+{%- if _data.get('connection_recycle_time', 3600) %}
+connection_recycle_time = {{ _data.get('connection_recycle_time', 3600) }}
{%- endif %}
# Minimum number of SQL connections to keep open in a pool. (integer