Home
Phabricator
Search
Configure Global Search
Log In
Transactions
P1886
Change Details
Change Details
Old
New
Diff
<?php final class PhabricatorDebugDaemon extends PhabricatorDaemon { protected function run() { do { PhabricatorCaches::destroyRequestCache(); echo PhabricatorEnv::calculateEnvironmentHash(); $this->sleep(1); } while (!$this->shouldExit()); } }
<?php final class PhabricatorDebugDaemon extends PhabricatorDaemon { protected function run() { do { PhabricatorCaches::destroyRequestCache(); echo PhabricatorEnv::calculateEnvironmentHash(); $this->sleep(1); } while (!$this->shouldExit()); } }
Continue