OSDN Git Service

ちょっとタイムアウト値を伸ばした。
authorMRSa <mrsa@myad.jp>
Thu, 15 Aug 2019 14:52:37 +0000 (23:52 +0900)
committerMRSa <mrsa@myad.jp>
Thu, 15 Aug 2019 14:52:37 +0000 (23:52 +0900)
app/src/main/java/net/osdn/gokigen/pkremote/camera/vendor/ricoh/wrapper/RicohGr2PlaybackControl.java

index 5e81b77..ff941f0 100644 (file)
@@ -37,7 +37,7 @@ public class RicohGr2PlaybackControl implements IPlaybackControl
     private final String TAG = toString();
     private final String getPhotoUrl = "http://192.168.0.1/v1/photos/";
     private final RicohGr2StatusChecker statusChecker;
-    private static final int DEFAULT_TIMEOUT = 7700;
+    private static final int DEFAULT_TIMEOUT = 10000;
     private final boolean useGrCommand;