Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116357221
PhabricatorDaemonLogQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 6, 09:47
Size
262 B
Mime Type
text/x-php
Expires
Sun, Jun 8, 09:47 (2 d)
Engine
blob
Format
Raw Data
Handle
26596090
Attached To
rPH Phabricator
PhabricatorDaemonLogQuery.php
View Options
<?php
final
class
PhabricatorDaemonLogQuery
{
public
static
function
getTimeUntilUnknown
()
{
return
3
*
PhutilDaemonOverseer
::
HEARTBEAT_WAIT
;
}
public
static
function
getTimeUntilDead
()
{
return
30
*
PhutilDaemonOverseer
::
HEARTBEAT_WAIT
;
}
}
Event Timeline
Log In to Comment