summaryrefslogtreecommitdiff
path: root/lib/Multi/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Multi/Feed.pm')
-rw-r--r--lib/Multi/Feed.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Multi/Feed.pm b/lib/Multi/Feed.pm
index 483089bd..1a955e05 100644
--- a/lib/Multi/Feed.pm
+++ b/lib/Multi/Feed.pm
@@ -21,7 +21,7 @@ sub spawn {
$p => [qw| _start shutdown generate write_atom log_stats |],
],
heap => {
- regenerate_interval => 900, # 15 min.
+ regenerate_interval => 600, # 10 min.
stats_interval => 86400, # daily
debug => 0,
@_,
@@ -127,7 +127,7 @@ sub write_atom { # num, res, feed, time
$x->end;
}
$x->tag(link => rel => 'alternate', type => 'text/html', href => $_->{id}, undef);
- $x->tag('summary', type => 'html', bb2html($_->{summary}, 200)) if $_->{summary};
+ $x->tag('summary', type => 'html', bb2html $_->{summary}) if $_->{summary};
$x->end('entry');
}