Table of Contents

ConnectionMinDelayBeforeRetry element

When a DataMiner Agent fails to set up a connection to another DataMiner Agent for replication purposes, further attempts to set up a connection are blocked during a fixed time interval (in seconds).

Default value: 60 seconds.

Content Type

integer

Parents

Replication

Remarks

Note
  • If you change this setting, it will only be applied after a DMA restart.
  • This setting is not synchronized among DataMiner Agents in a DMS.

Examples

<MaintenanceSettings>
  <Replication>
    <ConnectionMinDelayBeforeRetry>60</ConnectionMinDelayBeforeRetry>
    ...
  </Replication>
  ...
</MaintenanceSettings>