forked from GNUsocial/gnu-social
ImPlugin classes generally require background daemons in CLI
If someone designs an ImPlugin which _doesn't_ require the queues to be handled in background daemons then they can set the requires_cli property to false in their class.
This commit is contained in:
@@ -29,6 +29,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
|
||||
define('GNUSOCIAL', true);
|
||||
define('STATUSNET', true); //compatibility
|
||||
|
||||
define('GNUSOCIAL_CLI', true); // to know we're in a CLI environment
|
||||
|
||||
// Set various flags so we don't time out on long-running processes
|
||||
|
||||
ini_set("max_execution_time", "0");
|
||||
|
Reference in New Issue
Block a user