@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 some temporary code

Summary: I think this is safe to remove now.

Test Plan: WIP

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

-7
-7
src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
··· 345 345 phlog($stderr_msg); 346 346 } 347 347 348 - // For now, continue respecting this deprecated setting for raising the 349 - // minimum pull frequency. 350 - // TODO: Remove this some day once this code has been completely stable 351 - // for a while. 352 - $sleep_for = (int)$repository->getDetail('pull-frequency'); 353 - $min_sleep = max($sleep_for, $min_sleep); 354 - 355 348 $smart_wait = $repository->loadUpdateInterval($min_sleep); 356 349 357 350 $this->log(