Skip to content

Commit cc5e078

Browse files
committed
Use WRITE_LEASE_VALIDITY=10
1 parent 91db3bf commit cc5e078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/configure_ag.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ BEGIN
222222
CLUSTER_TYPE = {{ mssql_ha_ag_cluster_type }},
223223
{% if ansible_facts.packages['mssql-server'][0]['version']
224224
is version('15.0.4153.1', '>=') %}
225-
WRITE_LEASE_VALIDITY=20
225+
WRITE_LEASE_VALIDITY=10
226226
{% endif %}
227227
)
228228
FOR REPLICA ON

0 commit comments

Comments
 (0)