mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 11:39:03 +01:00
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:
parent
ae7dc8b9d2
commit
ddc0041e73
1 changed files with 0 additions and 7 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue