Page MenuHomePhabricator

D14091.diff
No OneTemporary

D14091.diff

diff --git a/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php b/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
--- a/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
+++ b/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
@@ -11,8 +11,7 @@
queryfx(
$conn_w,
- 'DELETE FROM %T WHERE chronologicalKey < (%d << 32)
- ORDER BY chronologicalKey ASC LIMIT 100',
+ 'DELETE FROM %T WHERE chronologicalKey < (%d << 32) LIMIT 100',
$table->getTableName(),
time() - $ttl);

File Metadata

Mime Type
text/plain
Expires
Sun, May 19, 12:37 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6278094
Default Alt Text
D14091.diff (671 B)

Event Timeline