-i option

Specifies the polling interval for SMTP connections.

Syntax
dblsn -i number ...
Remarks

The -i option specifies the frequency at which the Listener checks for messages.

For SMTP connections, the default is 30 seconds. For UDP connections, the Listener connects immediately.

The -i option can be used once for every listening library that is specified with the -d option.

See also
Example

The following example specifies the polling intervals for two different libraries:

dblsn -d lsn_udp.dll -i 60 -d maac750.dll -i 45