From 7a7faa0a2f05629322be589935cb7de3422e0a54 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Fri, 25 Jan 2002 18:10:22 +0000 Subject: [PATCH] People are getting confused in #slash because their authors aren't showing up in the cache; running this at slashd start will at least provide a reliable way to make that happen. --- themes/slashcode/tasks/refresh_authors_cache.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/slashcode/tasks/refresh_authors_cache.pl b/themes/slashcode/tasks/refresh_authors_cache.pl index 9cccf5ee4..fcc2e31cd 100644 --- a/themes/slashcode/tasks/refresh_authors_cache.pl +++ b/themes/slashcode/tasks/refresh_authors_cache.pl @@ -10,6 +10,7 @@ # your audience and admins. $task{$me}{timespec} = '7 8 * * *'; $task{$me}{timespec_panic_2} = ''; # if major panic, dailyStuff can wait +$task{$me}{on_startup} = 1; $task{$me}{code} = sub { my($virtual_user, $constants, $slashdb, $user) = @_;