Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13962192
D12395.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12395.id.diff
View Options
diff --git a/src/applications/cache/spec/PhabricatorDataCacheSpec.php b/src/applications/cache/spec/PhabricatorDataCacheSpec.php
--- a/src/applications/cache/spec/PhabricatorDataCacheSpec.php
+++ b/src/applications/cache/spec/PhabricatorDataCacheSpec.php
@@ -83,7 +83,8 @@
$cache = $info['cache_list'];
$state = array();
foreach ($cache as $item) {
- $key = self::getKeyPattern($item['info']);
+ $info = idx($item, 'info', '<unknown-key>');
+ $key = self::getKeyPattern($info);
if (empty($state[$key])) {
$state[$key] = array(
'max' => 0,
diff --git a/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php b/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php
--- a/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php
+++ b/src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php
@@ -619,7 +619,7 @@
'Specify a proportion of machine memory which must be free '.
'before autoscale pools will grow. For example, a value of 0.25 '.
'means that pools will not grow unless the machine has at least '.
- '25%% of its RAM free.'),
+ '25%%%% of its RAM free.'),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 8:43 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716787
Default Alt Text
D12395.id.diff (1 KB)
Attached To
Mode
D12395: Fix two minor issues
Attached
Detach File
Event Timeline
Log In to Comment