Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17667749
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
Sun, Jul 13, 10:37 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8417661
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