Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15435586
D9080.id21579.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
522 B
Referenced Files
None
Subscribers
None
D9080.id21579.diff
View Options
diff --git a/src/applications/cache/PhabricatorCaches.php b/src/applications/cache/PhabricatorCaches.php
--- a/src/applications/cache/PhabricatorCaches.php
+++ b/src/applications/cache/PhabricatorCaches.php
@@ -32,6 +32,10 @@
private static function buildRepositoryGraphL1Caches() {
$caches = array();
+ $request = new PhutilKeyValueCacheInRequest();
+ $request->setLimit(32);
+ $caches[] = $request;
+
$apc = new PhutilKeyValueCacheAPC();
if ($apc->isAvailable()) {
$caches[] = $apc;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 9:06 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225714
Default Alt Text
D9080.id21579.diff (522 B)
Attached To
Mode
D9080: Put an in-request cache in front of APC
Attached
Detach File
Event Timeline
Log In to Comment