Fixed - lock-watchdog-timeout parameter added to redisson.xsd

pull/1827/head
Nikita Koksharov
parent d2faba3a68
commit 6025bab140

@ -221,6 +221,20 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="lock-watchdog-timeout" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
This parameter is only used if lock has been acquired without leaseTimeout parameter definition.
Lock will be expired after <code>lockWatchdogTimeout</code> if watchdog
didn't extend it to next <code>lockWatchdogTimeout</code> time interval.
This prevents against infinity locked locks due to Redisson client crush or
any other reason when lock can't be released in proper way. Value defined in milliseconds.
Default: 30000
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="netty-threads" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[

Loading…
Cancel
Save