mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
The priority is now a class constant
This commit is contained in:
parent
b33b70f0ab
commit
018858934b
46 changed files with 148 additions and 151 deletions
|
@ -53,10 +53,10 @@ class ExpirePosts
|
|||
}
|
||||
|
||||
// Set the expiry for origin posta
|
||||
Worker::add(PRIORITY_LOW, 'Expire');
|
||||
Worker::add(Worker::PRIORITY_LOW, 'Expire');
|
||||
|
||||
// update nodeinfo data after everything is cleaned up
|
||||
Worker::add(PRIORITY_LOW, 'NodeInfo');
|
||||
Worker::add(Worker::PRIORITY_LOW, 'NodeInfo');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue