Skip to content

Commit

Permalink
added hint to development/commit rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Oct 21, 2013
1 parent b81859c commit 691d7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htroot/ConfigUpdate_p.html
Expand Up @@ -21,7 +21,7 @@ <h2>System Update</h2>
<dl>
<dt>Current installed Release</dt>
<dd>#[versionpp]#</dd>
<dt><br />Available Releases (<a href="https://gitorious.org/yacy/rc1/commits/master">changelog</a>)</dt>
<dt><br />Available Releases (<a href="https://gitorious.org/yacy/rc1/commits/master">changelog</a> and <a href="https://gitorious.org/yacy/rc1/commits/master/feed.atom"><img width="16" height="16" src="/env/grafics/rss.png"> RSS feed</a>)</dt>
<dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p>
&nbsp;<select name="releasedownload">
#{availreleases}#
Expand Down
2 changes: 1 addition & 1 deletion source/net/yacy/search/Switchboard.java
Expand Up @@ -59,7 +59,6 @@
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
Expand Down Expand Up @@ -2303,6 +2302,7 @@ && getConfig(SwitchboardConstants.ADMIN_ACCOUNT_B64MD5, "").isEmpty() ) {
}
}
if (this.crawler.allCrawlsFinished(this.crawlQueues)) {
postprocessingRunning = true;
// flush caches
Domains.clear();
this.crawlQueues.noticeURL.clear();
Expand Down

0 comments on commit 691d7e7

Please sign in to comment.