SWIFT: set down_load_delay to 10000

This commit is contained in:
anthony 2011-12-13 18:07:00 -08:00
parent 1821019b7b
commit 575d453e53
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class DownloadListener implements Listener {
public static final Logger s_logger = Logger.getLogger(DownloadListener.class.getName());
public static final int SMALL_DELAY = 100;
public static final long STATUS_POLL_INTERVAL = 30000L;
public static final long STATUS_POLL_INTERVAL = 10000L;
public static final String DOWNLOADED=Status.DOWNLOADED.toString();
public static final String NOT_DOWNLOADED=Status.NOT_DOWNLOADED.toString();