summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-05-17 15:24:29 +0200
committerYorhel <git@yorhel.nl>2011-05-17 15:25:58 +0200
commitcd3a3305cd9081454a05a993422701fca671ecf3 (patch)
tree4b6301df2936709a879cf73fe926be2f0fca30d6
parent7a55c84b6b5ad16d21f605441dfa6e741cf11d2c (diff)
Multi::Feed: Show full summary and refresh more often
-rw-r--r--ChangeLog4
-rw-r--r--lib/Multi/Feed.pm4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 727b4e71..ec332b41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2.21 - ?
+ - Multi::Feed: Show full summary and refresh more often
+ - Switched back to Algorithm::Diff::XS
+
2.20 - 2011-05-01
- Added support for sponsored links on VN pages
- Order the VNs listed on char browser by release date
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');
}