mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
Now there are four more ...
This commit is contained in:
parent
33e98d6264
commit
0aee6d383a
7 changed files with 113 additions and 104 deletions
|
@ -85,7 +85,7 @@ Class Cron {
|
|||
dba::delete('workerqueue', array('`done` AND `executed` < UTC_TIMESTAMP() - INTERVAL 12 HOUR'));
|
||||
|
||||
// check upstream version?
|
||||
Worker::add(PRIORITY_LOW, 'checkversion');
|
||||
Worker::add(PRIORITY_LOW, 'CheckVersion');
|
||||
}
|
||||
|
||||
// Poll contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue