Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b27d2829 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Significantly increase group coalesce time"

parents 741d40ab 370ba060
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ public class NotifCoordinators implements Dumpable {

    @Override
    public void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
        pw.println();
        pw.println(TAG + ":");
        for (Coordinator c : mCoordinators) {
            pw.println("\t" + c.getClass());
+2 −2
Original line number Diff line number Diff line
@@ -299,5 +299,5 @@ public class GroupCoalescer implements Dumpable {
        void onNotificationBatchPosted(List<CoalescedEvent> events);
    }

    private static final int GROUP_LINGER_DURATION = 40;
    private static final int GROUP_LINGER_DURATION = 500;
}