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
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)

Event Timeline