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.

asked 12 Apr '17, 14:49

Alex's gravatar image

Alex
1.1k274756
accept rate: 25%


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.

permanent link

answered 12 Apr '17, 17:11

Tim%20McClements's gravatar image

Tim McClements
2.0k1830
accept rate: 35%

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.

(13 Apr '17, 06:53) Alex
Replies hidden
1

No, this is a client option.

(25 Apr '17, 16:08) Tim McClements
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×161
×44
×10
×9

question asked: 12 Apr '17, 14:49

question was seen: 2,153 times

last updated: 25 Apr '17, 16:08