@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lift ticks declaration to top level in Phabricator daemons

Summary: Ref T10811. This is a companion change for D16053, but affects the Phabricator version of this script.

Test Plan: Started daemons, ^C'd them, saw them handle the signal.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10811

Differential Revision: https://secure.phabricator.com/D16054

+2
+2
scripts/daemon/launch_daemon.php
··· 5 5 // script, except it loads the Phabricator environment and adds some Phabricator 6 6 // specific flags. 7 7 8 + declare(ticks = 1); 9 + 8 10 $root = dirname(dirname(dirname(__FILE__))); 9 11 require_once $root.'/scripts/__init_script__.php'; 10 12