cancel
Showing results for 
Search instead for 
Did you mean: 

Is the "timeout" connection parameter equivalent to LivenessTimeout?

Former Member
2,760

Hello guys,

Simple question: Is the timeout parameter specified in an Ultralite->Mobilink connection string equivalent to the LivenessTimeout parameter, which I can set in UltraliteJ, for example, using the method setLivenessTimeout of SyncParms class?

I basically need to decrease the connection timeout a little bit, since some users with poor internet connection are waiting to long to know if their application are syncing or not.

Accepted Solutions (1)

Accepted Solutions (1)

Yes, the UltraLiteJ SyncParms LivenessTimeout property sets the 'timeout' sync stream parameter.

The default of 240s is certainly long for some cases on wireless networks. You could try a value like 30s. If you decrease the value too much, you may find syncs are timing out too aggressively and progress is not optimal.

Former Member
0 Kudos

Is there an equivalent configuration in the service command line? If so, this would be easier for us, since no client change would be needed.

No, this is a client option.

Answers (0)