diff --git a/htroot/Status.java b/htroot/Status.java index 377785c04..48ff06f18 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -181,7 +181,7 @@ public class Status { */ // place some more hints - if ((adminaccess) && (sb.getThread(plasmaSwitchboard.CRAWLJOB_LOCAL_CRAWL).getJobCount() == 0)) { + if ((adminaccess) && (sb.getThread(plasmaSwitchboard.CRAWLJOB_LOCAL_CRAWL).getJobCount() == 0) && (sb.getThread(plasmaSwitchboard.INDEXER).getJobCount() == 0)) { prop.put("hintCrawlStart", 1); }