From 266d9e9b9f4fd3f840f950aefe7e82ecbc0f1689 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 17 Sep 2020 11:38:16 +0200 Subject: Feeds: Move feed generation form Multi to VNWeb This means the feeds are now generated on demand rather than every 15 minutes. Main reason for originally implementing this into Multi was because RSS feeds tended to get requested a *lot* and I didn't want those requests to impact site performance, but now that RSS is almost dead it doesn't really matter that much anymore. A caching layer can still be added anyway. Be sure to restart Multi and delete www/feeds/ after this change. --- lib/VNDB/Config.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/VNDB') diff --git a/lib/VNDB/Config.pm b/lib/VNDB/Config.pm index 6a1d8adf..01b67a58 100644 --- a/lib/VNDB/Config.pm +++ b/lib/VNDB/Config.pm @@ -38,7 +38,6 @@ my $config = { Multi => { Core => {}, - Feed => {}, Maintenance => {}, }, }; -- cgit v1.2.3