Browse Source

Merge pull request #683 in DESIGN/design from ~VITO/c-design:feature/10.0 to feature/10.0

* commit 'fcd2374e9282245eca4a88e7510707f1aaecc4e6':
  REPORT-12885 部分电脑在网络畅通的情况下3秒获取不到数据
research/10.0
vito 6 years ago
parent
commit
3a9d32adee
  1. 2
      designer-realize/src/main/java/com/fr/start/SplashContext.java

2
designer-realize/src/main/java/com/fr/start/SplashContext.java

@ -24,7 +24,7 @@ public class SplashContext {
public static final String SPLASH_PATH = "/com/fr/design/images/splash_10.gif";
public static final String SPLASH_CACHE_NAME = "splash_10.gif";
private static final int FETCH_ONLINE_MAX_TIMES = 10;
private static final int FETCH_ONLINE_MAX_TIMES = 50;
private static final SplashContext SPLASH_CONTEXT = new SplashContext();

Loading…
Cancel
Save