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

Commit fbe2bc80 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase content capture buffer size to 500 Anecdotally this...

Merge "Increase content capture buffer size to 500      Anecdotally this should cover typical messaging first screens      whereas 100 events seems to be small." into rvc-dev am: 8ae0cfe3 am: 62404a46 am: d3ad1977

Change-Id: I3461fb3f9750b5765dc1ca5e643a5db22b7222f5
parents f9a3a10d d3ad1977
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -346,7 +346,7 @@ public final class ContentCaptureManager {




    /** @hide */
    /** @hide */
    public static final int DEFAULT_MAX_BUFFER_SIZE = 100;
    public static final int DEFAULT_MAX_BUFFER_SIZE = 500; // Enough for typical busy screen.
    /** @hide */
    /** @hide */
    public static final int DEFAULT_IDLE_FLUSHING_FREQUENCY_MS = 5_000;
    public static final int DEFAULT_IDLE_FLUSHING_FREQUENCY_MS = 5_000;
    /** @hide */
    /** @hide */