Page MenuHomePhabricator

PhabricatorDebugDaemon.php

Authored By
joshuaspence
Nov 10 2015, 7:51 PM
Size
278 B
Referenced Files
None
Subscribers
None

PhabricatorDebugDaemon.php

<?php
final class PhabricatorDebugDaemon extends PhabricatorDaemon {
protected function run() {
do {
PhabricatorCaches::destroyRequestCache();
echo PhabricatorEnv::calculateEnvironmentHash();
$this->sleep(1);
} while (!$this->shouldExit());
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/7p/zw/65pk7yij6v4g7rqf
Default Alt Text
PhabricatorDebugDaemon.php (278 B)

Event Timeline