Project

General

Profile

« Previous | Next » 

Revision 6981

do not wait for SM generation to complete during the upgrade -- this way the web UI wont hang for days. the process sets a metacat property when it is complete.

View differences:

src/edu/ucsb/nceas/metacat/admin/upgrade/GenerateSystemMetadata.java
65 65
		executor.shutdown();
66 66
		
67 67
		// wait for it to finish before returning?
68
        boolean wait = true;
68
        boolean wait = false;
69 69
        if (wait) {
70 70
            log.debug("Waiting for upgrade to complete");
71 71
            try {

Also available in: Unified diff