Start a new topic

Connection Timeout

What is minimum timeout set on connection by default. I would like to increase it if possible.


Thanks

Sunil

1 Comment

There is a LockTimeout property on the VistaDBConnection instance which specifies the timeout (in seconds) when waiting on a lock.


The default value is 10.  In practice this may end up trying even longer because of the way it counts sleep intervals.


Login to post a comment