WriteConcernTimeout

Key Name Default Value Required

WriteConcernTimeout

0

No

Description

The maximum number of seconds that the connector waits for a secondary server to acknowledge a write operation before reporting that the operation has failed.

When this option is set to 0, the connector does not time out. Instead, the connector waits until all secondary servers acknowledge the write operation, and then reports that the operation has succeeded.

Note:

This option is only applicable when the Write Concern option or the WriteConcern key is enabled.

Important:

Important:

If you set the Write Concern option or the WriteConcern key to a value that is greater than 1, make sure that this option is not set to 0. This may cause the connector to wait indefinitely for replica set members to come online.