mirror of https://github.com/apache/cloudstack.git
SWIFT: set down_load_delay to 10000
This commit is contained in:
parent
1821019b7b
commit
575d453e53
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue