diff options
-rwxr-xr-x | sfeed_html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.sh b/sfeed_html.sh index cfd48d3..d9f1b43 100755 --- a/sfeed_html.sh +++ b/sfeed_html.sh | |||
@@ -107,7 +107,7 @@ html_feed() { # html_feed FEED(file) => HTML | |||
107 | enclosure=$8; | 107 | enclosure=$8; |
108 | category=$9; | 108 | category=$9; |
109 | 109 | ||
110 | if (limit && (timestamp < (NOW - (FRESH_SECS * 3)))) next; | 110 | if (limit && (timestamp < (NOW - (FRESH_SECS * 21)))) next; |
111 | show_in_sidebar = 1; | 111 | show_in_sidebar = 1; |
112 | #print timestamp, title, link > "/dev/stderr"; | 112 | #print timestamp, title, link > "/dev/stderr"; |
113 | 113 | ||