patience_retry a_sql_uint32

Set this to the number of polls for incoming messages that DBRemoteSQL should wait before assuming that a message it is expecting is lost.

Syntax

public a_sql_uint32 patience_retry;

Remarks

For example, if patience_retry is 3 then DBRemoteSQL tries up to three times to receive the missing message. Afterward, it sends a resend request. The recommended value is 1. Corresponds to the dbremote -rp option.