</listitem>
</varlistentry>
+ <varlistentry id="guc-gtm-connect-timeout" xreflabel="gtm_connect_timeout">
+ <term><varname>gtm_connect_timeout</varname> (<type>integer</type>)
+ <indexterm>
+ <primary><varname>gtm_connect_timeout</> configuration parameter</primary>
+ </indexterm>
+ </term>
+ <listitem>
+ <para>
+ Specifieis the timeout in seconds to wait for a successful connection
+ establishment with the GTM.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="guc-gtm-comm-timeout" xreflabel="gtm_comm_timeout">
+ <term><varname>gtm_comm_timeout</varname> (<type>integer</type>)
+ <indexterm>
+ <primary><varname>gtm_comm_timeout</> configuration parameter</primary>
+ </indexterm>
+ </term>
+ <listitem>
+ <para>
+ Specifieis the timeout in seconds to wait for a response from the GTM.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="guc-xc-maintenance-mode" xreflabel="xc_maintenance_mode">
<term><varname>xc_maintenance_mode</varname> (<type>bool</type>)
<indexterm>
</listitem>
</varlistentry>
+ <varlistentry id="gtm-proxy-opt-comm-timeout" xreflabel="gtm_proxy_opt_comm_timeout">
+ <term><varname>comm_timeout</varname> (<type>integer</type>)
+ <indexterm>
+ <primary><varname>comm_timeout</varname> configuration parameter</primary>
+ </indexterm>
+ </term>
+ <listitem>
+ <para>
+ Specifies the timeout in seconds to wait for a response from the GTtimeout in seconds to wait for a response from the GTM.
+ The default value is 0 which means wait forever.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>
#gtm_backup_barrier = off # Specify to backup gtm restart point for each barrier.
+#gtm_connect_timeout = 60 # Timeout in seconds to wait for GTM connection
+ # establishment. 0 means wait forever.
+
+#gtm_comm_timeout = 0 # Timeout in seconds to wait for a response from
+ # the GTM. The default is 0, which means wait forever.
#------------------------------------------------------------------------------
# CONFIG FILE INCLUDES
# (changes requires restart)
#gtm_port = # Port number of the active GTM.
# (changes requires restart)
+#comm_timeout = 0 # Timeout in seconds to wait for a response
+ # from the GTM. The default is 0, which means
+ # wait forever.
#------------------------------------------------------------------------------
# Behavior at GTM communication error