Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15232712
D8736.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
624 B
Referenced Files
None
Subscribers
None
D8736.diff
View Options
diff --git a/support/PhabricatorStartup.php b/support/PhabricatorStartup.php
--- a/support/PhabricatorStartup.php
+++ b/support/PhabricatorStartup.php
@@ -41,7 +41,11 @@
private static $globals = array();
private static $capturingOutput;
private static $rawInput;
- private static $maximumRate = 1000;
+
+ // TODO: For now, disable rate limiting entirely by default. We need to
+ // iterate on it a bit for Conduit, some of the specific score levels, and
+ // to deal with NAT'd offices.
+ private static $maximumRate = 0;
/* -( Accessing Request Information )-------------------------------------- */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 25, 11:39 AM (10 h, 19 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7200477
Default Alt Text
D8736.diff (624 B)
Attached To
Mode
D8736: Disable rate limiting by default in general
Attached
Detach File
Event Timeline
Log In to Comment