Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15546660
D18486.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
596 B
Referenced Files
None
Subscribers
None
D18486.diff
View Options
diff --git a/src/applications/notification/controller/PhabricatorNotificationPanelController.php b/src/applications/notification/controller/PhabricatorNotificationPanelController.php
--- a/src/applications/notification/controller/PhabricatorNotificationPanelController.php
+++ b/src/applications/notification/controller/PhabricatorNotificationPanelController.php
@@ -9,7 +9,7 @@
$query = id(new PhabricatorNotificationQuery())
->setViewer($viewer)
->withUserPHIDs(array($viewer->getPHID()))
- ->setLimit(15);
+ ->setLimit(10);
$stories = $query->execute();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 4:22 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709979
Default Alt Text
D18486.diff (596 B)
Attached To
Mode
D18486: Limit notifications to latest 10, instead of 15
Attached
Detach File
Event Timeline
Log In to Comment