From ddc0041e73bbcc24bda2de77b37727bd90870f98 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 10 Feb 2015 08:21:48 +1100 Subject: [PATCH] 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 --- .../daemon/PhabricatorRepositoryPullLocalDaemon.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php b/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php index db341f0f13..9f07ce491b 100644 --- a/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php +++ b/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php @@ -345,13 +345,6 @@ final class PhabricatorRepositoryPullLocalDaemon 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); $this->log(