Changeset 11574 for trunk


Ignore:
Timestamp:
2006-04-03T16:33:37+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added a couple of seconds of wait time when releasing a collection, in the hope that this will reduce the "could not delete index" errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/LocalLibraryServer.java

    r11049 r11574  
    9595    // This is very important -- it ensures that the above command has finished
    9696    config("");
     97
     98    // !! HACK: Wait a couple of seconds, in the hope that this will reduce the "could not delete index" errors
     99    new OneSecondWait();
     100    new OneSecondWait();
    97101    }
    98102
Note: See TracChangeset for help on using the changeset viewer.