mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
typo
This commit is contained in:
@@ -135,7 +135,7 @@ public class FeedUtils {
|
|||||||
// feed with no entries, recheck in 24 hours
|
// feed with no entries, recheck in 24 hours
|
||||||
return DateUtils.addHours(now, 24);
|
return DateUtils.addHours(now, 24);
|
||||||
} else if (publishedDate.before(DateUtils.addMonths(now, -1))) {
|
} else if (publishedDate.before(DateUtils.addMonths(now, -1))) {
|
||||||
// older tahn a month, recheck in 24 hours
|
// older than a month, recheck in 24 hours
|
||||||
return DateUtils.addHours(now, 24);
|
return DateUtils.addHours(now, 24);
|
||||||
} else if (publishedDate.before(DateUtils.addDays(now, -14))) {
|
} else if (publishedDate.before(DateUtils.addDays(now, -14))) {
|
||||||
// older than two weeks, recheck in 12 hours
|
// older than two weeks, recheck in 12 hours
|
||||||
|
|||||||
Reference in New Issue
Block a user