From 036cf17cac1d4e8843cb49b67d3c588362d190ca Mon Sep 17 00:00:00 2001 From: Artur Dryomov Date: Sun, 22 Sep 2013 00:19:55 +0300 Subject: Change TCP servers search blocking delay. Change-Id: Ia25d064aa5ad030d08a4095e92c3a35fb9b2e68f --- .../org/libreoffice/impressremote/communication/TcpServersFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java index ed0c4c33c0aa..40b7553b9305 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java @@ -33,7 +33,7 @@ import org.libreoffice.impressremote.util.Intents; class TcpServersFinder implements ServersFinder, Runnable { private static final int SEARCH_DELAY_IN_SECONDS = 5; - private static final int BLOCKING_TIMEOUT_IN_SECONDS = 10; + private static final int BLOCKING_TIMEOUT_IN_SECONDS = 5; private static final int SEARCH_RESULT_BUFFER_SIZE = 1024; -- cgit