Changeset 19471 for gli/trunk


Ignore:
Timestamp:
2009-05-14T12:34:12+12:00 (15 years ago)
Author:
ak19
Message:

Waiting time for checking whether the server has started up already has been changed from 60s to 10s. (Tested on Windows and Linux.) Also made a similar and corresponding change in 'GS3' server code Server2.java.

File:
1 edited

Legend:

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

    r19442 r19471  
    4343public class LocalLibraryServer
    4444{
    45     static final private int WAITING_TIME = 60; // number of seconds to wait for the server to start and stop
     45    static final private int WAITING_TIME = 10; // number of seconds to wait for the server to start and stop
    4646
    4747    static final private String ADD_COMMAND = "?a=config&cmd=add-collection&c=";
Note: See TracChangeset for help on using the changeset viewer.