Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93206605
PhabricatorFilesOutboundRequestAction.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
Wed, Nov 27, 00:42
Size
464 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 00:42 (2 d)
Engine
blob
Format
Raw Data
Handle
22593586
Attached To
rPH Phabricator
PhabricatorFilesOutboundRequestAction.php
View Options
<?php
final
class
PhabricatorFilesOutboundRequestAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'files.outbound'
;
public
function
getActionConstant
()
{
return
self
::
TYPECONST
;
}
public
function
getScoreThreshold
()
{
return
60
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'You have initiated too many outbound requests to fetch remote URIs '
.
'recently.'
);
}
}
Event Timeline
Log In to Comment