Revision 6981
Added by ben leinfelder almost 13 years ago
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
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.