@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.

Remove broken link to PhutilHighIntensityIntervalDaemon docs

Summary: Closes T15845

Test Plan: Read the code - this changes nothing other than comments

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15845

Differential Revision: https://we.phorge.it/D25680

Pppery 8dd90edd 5a407394

-3
-3
src/infrastructure/daemon/PhutilDaemon.php
··· 31 31 * into an autoscale pool, this will cause the pool to automatically scale up 32 32 * when busy and down when idle. 33 33 * 34 - * See @{class:PhutilHighIntensityIntervalDaemon} for an example of a simple 35 - * autoscaling daemon. 36 - * 37 34 * Launching a daemon which does not make these callbacks into an autoscale 38 35 * pool will have no effect. 39 36 *