let everything settle a little while longer

This commit is contained in:
Athou
2014-03-03 12:42:16 +01:00
parent 63ec92038c
commit a5f7b56bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ public class FeedRefreshTaskGiver {
public void start() {
try {
// sleeping for a little while, let everything settle
Thread.sleep(5000);
Thread.sleep(60000);
} catch (InterruptedException e) {
log.error("interrupted while sleeping");
}