Page MenuHomePhabricator

D9080.diff
No OneTemporary

D9080.diff

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

Mime Type
text/plain
Expires
Fri, Dec 20, 11:47 AM (20 h, 34 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6910287
Default Alt Text
D9080.diff (522 B)

Event Timeline