Page MenuHomePhabricator

D8736.diff
No OneTemporary

D8736.diff

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

Mime Type
text/plain
Expires
Fri, Apr 4, 3:15 AM (1 d, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7376201
Default Alt Text
D8736.diff (624 B)

Event Timeline