82 入场特效播放容错,网络请求timeout=10。

This commit is contained in:
2025-12-29 09:51:27 +08:00
parent fa6f40c369
commit 67c56b2d4f
2 changed files with 28 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ public class RetrofitClient {
private static RetrofitClient INSTANCE;
private static ApiServer sApiServer;
public static final int DEFAULT_TIME_OUT = 60;
public static final int DEFAULT_TIME_OUT = 10;
private static OkHttpClient client;
private final Retrofit mRetrofit;