You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ooo-...@googlegroups.com
Hi,
is it possible to set a timeout (shorter than that current default) for the case when the server that hosts the jar files is not available? So that the last jar is run, without update-check.
Cheers, Markus
Michael Bayne
unread,
Apr 10, 2013, 4:32:25 PM4/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ooo-...@googlegroups.com
On Tue, Apr 9, 2013 at 10:38 PM, makkus <mak...@gmail.com> wrote:
is it possible to set a timeout (shorter than that current default) for the case when the server that hosts the jar files is not available? So that the last jar is run, without update-check.
I just added an option -Dconnect_timeout=N where N is a number in seconds. You'll need to download and build Getdown from source until the next release comes out.
I assume your problem is that the server is gone completely, rather than refusing connections, because if the server refused the connection, it would fail immediately and fall back to launching the app as is (assuming you have allow_offline set to true).