Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F959613
PhabricatorDebugDaemon.php
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
joshuaspence
Nov 10 2015, 7:51 PM
2015-11-10 19:51:21 (UTC+0)
Size
278 B
Referenced Files
None
Subscribers
None
PhabricatorDebugDaemon.php
View Options
<?php
final
class
PhabricatorDebugDaemon
extends
PhabricatorDaemon
{
protected
function
run
()
{
do
{
PhabricatorCaches
::
destroyRequestCache
();
echo
PhabricatorEnv
::
calculateEnvironmentHash
();
$this
->
sleep
(
1
);
}
while
(!
$this
->
shouldExit
());
}
}
File Metadata
Details
Attached
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)
Attached To
Mode
P1886 PhabricatorDebugDaemon.php
Attached
Detach File
Event Timeline
Log In to Comment