summaryrefslogtreecommitdiff
path: root/lib/Multi/RG.pm
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-05-01 08:44:25 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-05-01 08:44:25 +0000
commit59f6e2061ab2c19a626813e99b59d416f730180c (patch)
treedc080dd22ce4578cb9b9b893cf74ea9ccb53bba1 /lib/Multi/RG.pm
parent2e533bd16346ec74216415c01a57c7276d608cf8 (diff)
Another batch of changes... see the ChangeLog!
git-svn-id: svn://vndb.org/vndb@10 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/Multi/RG.pm')
-rw-r--r--lib/Multi/RG.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Multi/RG.pm b/lib/Multi/RG.pm
index 4931ef96..b32fedba 100644
--- a/lib/Multi/RG.pm
+++ b/lib/Multi/RG.pm
@@ -34,8 +34,8 @@ sub _start {
$_[KERNEL]->alias_set('rg');
$_[KERNEL]->call(core => register => qr/^relgraph ((?:[0-9]+)(?:\s+[0-9]+)*|all)$/, 'cmd_relgraph');
- # regenerate all relation graphs twice a month (every 1st and 15nd day at 03:00)
- $_[KERNEL]->post(core => addcron => '0 3 1,15 * *', 'relgraph all');
+ # regenerate all relation graphs once a month
+ $_[KERNEL]->post(core => addcron => '0 3 1 * *', 'relgraph all');
}