瀏覽代碼

[공통][New] 소켓 타임아웃 5초 -> 30초

hyodong.min 7 年之前
父節點
當前提交
deabecae86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/common/java/kr/co/zumo/app/lifeplus/network/api/LifeplusAPIService.java

+ 1 - 1
app/src/common/java/kr/co/zumo/app/lifeplus/network/api/LifeplusAPIService.java

@@ -84,7 +84,7 @@ public class LifeplusAPIService extends RetrofitService implements LifeplusAPI {
   }
 
   private LifeplusAPI api() {
-    return retrofit(getApiUrl(), LifeplusAPI.class, 5000);
+    return retrofit(getApiUrl(), LifeplusAPI.class, 30000);
   }
 
   /**