SGF-438 - Make <gfe:client-cache>, 'ready-for-events' true the default for durable clients.
(cherry picked from commit 0514a6b5e84f43cd6717097c52141ce5c698bf99) Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
@@ -384,7 +384,7 @@ The name of the pool used by this client.
|
||||
]]></xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="ready-for-events" type="xsd:string" use="optional" default="false">
|
||||
<xsd:attribute name="ready-for-events" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
Notifies the server that this durable client is ready to receive updates.
|
||||
@@ -2258,7 +2258,7 @@ The name of the pool definition (by default "gemfirePool").
|
||||
<xsd:attribute name="free-connection-timeout" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="idle-timeout" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="load-conditioning-interval" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="keep-alive" type="xsd:string" use="optional"/>
|
||||
<xsd:attribute name="keep-alive" type="xsd:string" use="optional" default="false"/>
|
||||
<xsd:attribute name="locators" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation><![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user