Ignore:
Timestamp:
May 4, 2013, 12:04:32 AM (12 years ago)
Author:
alloc
Message:

AEI2.10:

  • Switched caching from Raw Depot cache to AEI packages cache (more compact, faster startup) part2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r857 r858  
    220220                                && !RuntimeOptions.isNoCacheUpdateMode()) {
    221221                        long start = new Date().getTime();
    222 
    223                         if ((hasUpdated = DepotManager.getInstance().updateInformation())) {
    224                                 DepotManager.getInstance().saveToCacheFile(
    225                                                 Paths.getDepotCacheFilename());
    226                         }
    227 
     222                        hasUpdated = DepotManager.getInstance().updateInformation();
    228223                        System.out.println("Took: " + (new Date().getTime() - start)
    229224                                        + " msec");
Note: See TracChangeset for help on using the changeset viewer.