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
This commit is contained in:
@@ -345,13 +345,6 @@ final class PhabricatorRepositoryPullLocalDaemon
|
|||||||
phlog($stderr_msg);
|
phlog($stderr_msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
// For now, continue respecting this deprecated setting for raising the
|
|
||||||
// minimum pull frequency.
|
|
||||||
// TODO: Remove this some day once this code has been completely stable
|
|
||||||
// for a while.
|
|
||||||
$sleep_for = (int)$repository->getDetail('pull-frequency');
|
|
||||||
$min_sleep = max($sleep_for, $min_sleep);
|
|
||||||
|
|
||||||
$smart_wait = $repository->loadUpdateInterval($min_sleep);
|
$smart_wait = $repository->loadUpdateInterval($min_sleep);
|
||||||
|
|
||||||
$this->log(
|
$this->log(
|
||||||
|
|||||||
Reference in New Issue
Block a user