summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-09-22 00:19:55 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-09-22 01:31:22 +0300
commit036cf17cac1d4e8843cb49b67d3c588362d190ca (patch)
tree587c62e8bf4f9a73f42ede3d490c1f3c7ef25187 /android
parent7d70990265ec18e01d59898d31d5eabca4a1f2f9 (diff)
Change TCP servers search blocking delay.
Change-Id: Ia25d064aa5ad030d08a4095e92c3a35fb9b2e68f
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java2
1 files changed, 1 insertions, 1 deletions
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;